Searched defs:CompleteExternalDeclaration (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTConsumer.h | 108 virtual void CompleteExternalDeclaration(VarDecl *D) {} CompleteExternalDeclaration() function |
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ | ||
H A D | IncrementalParser.cpp | 82 void CompleteExternalDeclaration(DeclaratorDecl *D) override final { in CompleteExternalDeclaration() function in clang::IncrementalASTConsumer |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | ModuleBuilder.cpp | 313 void CompleteExternalDeclaration(DeclaratorDecl *D) override { in CompleteExternalDeclaration() function in __anon76916bdd0111::CodeGeneratorImpl |
H A D | CodeGenAction.cpp | 404 void BackendConsumer::CompleteExternalDeclaration(VarDecl *D) { CompleteExternalDeclaration() function in clang::BackendConsumer |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 331 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { CompleteExternalDeclaration() function in MultiplexConsumer |