Home
last modified time | relevance | path

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

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