Home
last modified time | relevance | path

Searched refs:CompleteExternalDeclaration (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h108 virtual void CompleteExternalDeclaration(VarDecl *D) {} in CompleteExternalDeclaration() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h68 void CompleteExternalDeclaration(VarDecl *D) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp325 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { in CompleteExternalDeclaration() function in MultiplexConsumer
327 Consumer->CompleteExternalDeclaration(D); in CompleteExternalDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp293 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in __anonf4efd53f0111::CodeGeneratorImpl
H A DCodeGenAction.cpp359 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in clang::BackendConsumer
360 Gen->CompleteExternalDeclaration(D); in CompleteExternalDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1275 Consumer.CompleteExternalDeclaration(D); in ActOnEndOfTranslationUnit()