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