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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h105 /// CompleteExternalDeclaration - Callback invoked at the end of a translation
108 virtual void CompleteExternalDeclaration(VarDecl *D) {} function in class:clang::ASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h68 void CompleteExternalDeclaration(VarDecl *D) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp325 void MultiplexConsumer::CompleteExternalDeclaration(VarDecl *D) { function in class:MultiplexConsumer
327 Consumer->CompleteExternalDeclaration(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp293 void CompleteExternalDeclaration(VarDecl *D) override {
H A DCodeGenAction.cpp362 void CompleteExternalDeclaration(VarDecl *D) override {
363 Gen->CompleteExternalDeclaration(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1174 Consumer.CompleteExternalDeclaration(D);

Completed in 85 milliseconds