Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTConsumer.h109 virtual void CompleteExternalDeclaration(DeclaratorDecl *D) {} in CompleteExternalDeclaration() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDModuleBuilder.cpp313 void CompleteExternalDeclaration(DeclaratorDecl *D) override { in CompleteExternalDeclaration() function in __anonad0afea40111::CodeGeneratorImpl
HDCodeGenAction.cpp379 void BackendConsumer::CompleteExternalDeclaration(DeclaratorDecl *D) { in CompleteExternalDeclaration() function in clang::BackendConsumer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp82 void CompleteExternalDeclaration(DeclaratorDecl *D) override final { in CompleteExternalDeclaration() function in clang::IncrementalASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDMultiplexConsumer.cpp360 void MultiplexConsumer::CompleteExternalDeclaration(DeclaratorDecl *D) { in CompleteExternalDeclaration() function in MultiplexConsumer