Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTConsumer.h108 virtual void CompleteExternalDeclaration(VarDecl *D) {} in CompleteExternalDeclaration() function
/external/llvm-project/clang/lib/CodeGen/
DModuleBuilder.cpp293 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in __anon35bbc6420111::CodeGeneratorImpl
DCodeGenAction.cpp371 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in clang::BackendConsumer
/external/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp325 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { in CompleteExternalDeclaration() function in MultiplexConsumer