14 #ifndef LLVM_CLANG_TOOLING_CORE_LOOKUP_H
15 #define LLVM_CLANG_TOOLING_CORE_LOOKUP_H
24 class NestedNameSpecifier;
41 const DeclContext *UseContext,
42 const NamedDecl *FromDecl,
43 StringRef ReplacementString);
48 #endif // LLVM_CLANG_TOOLING_CORE_LOOKUP_H
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...