Home
last modified time | relevance | path

Searched defs:CompleteExternalDeclaration (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConsumer.h108 virtual void CompleteExternalDeclaration(VarDecl *D) {} in CompleteExternalDeclaration() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp312 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in __anon1a4befbb0111::CodeGeneratorImpl
H A DCodeGenAction.cpp406 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in clang::BackendConsumer
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp331 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { in CompleteExternalDeclaration() function in MultiplexConsumer