Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h108 virtual void CompleteExternalDeclaration(VarDecl *D) {} CompleteExternalDeclaration() function
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp82 void CompleteExternalDeclaration(DeclaratorDecl *D) override final { in CompleteExternalDeclaration() function in clang::IncrementalASTConsumer
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp313 void CompleteExternalDeclaration(DeclaratorDecl *D) override { in CompleteExternalDeclaration() function in __anon76916bdd0111::CodeGeneratorImpl
H A DCodeGenAction.cpp404 void BackendConsumer::CompleteExternalDeclaration(VarDecl *D) { CompleteExternalDeclaration() function in clang::BackendConsumer
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp331 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { CompleteExternalDeclaration() function in MultiplexConsumer