Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h108 virtual void CompleteExternalDeclaration(VarDecl *D) {} in CompleteExternalDeclaration() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h70 void CompleteExternalDeclaration(VarDecl *D) override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp82 void CompleteExternalDeclaration(VarDecl *D) override final { in CompleteExternalDeclaration() function in clang::IncrementalASTConsumer
83 Consumer->CompleteExternalDeclaration(D); in CompleteExternalDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h110 void CompleteExternalDeclaration(VarDecl *D) override;
H A DModuleBuilder.cpp313 void CompleteExternalDeclaration(VarDecl *D) override { in CompleteExternalDeclaration() function in __anona3480fc10111::CodeGeneratorImpl
H A DCodeGenAction.cpp404 void BackendConsumer::CompleteExternalDeclaration(VarDecl *D) { in CompleteExternalDeclaration() function in clang::BackendConsumer
405 Gen->CompleteExternalDeclaration(D); in CompleteExternalDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp331 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { in CompleteExternalDeclaration() function in MultiplexConsumer
333 Consumer->CompleteExternalDeclaration(D); in CompleteExternalDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1354 Consumer.CompleteExternalDeclaration(D); in ActOnEndOfTranslationUnit()