Home
last modified time | relevance | path

Searched refs:CompleteTentativeDefinition (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp155 void ASTStructExtractor::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in ASTStructExtractor
157 m_passthrough->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
H A DASTStructExtractor.h80 void CompleteTentativeDefinition(clang::VarDecl *D) override;
H A DASTResultSynthesizer.h83 void CompleteTentativeDefinition(clang::VarDecl *D) override;
H A DASTResultSynthesizer.cpp489 void ASTResultSynthesizer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in ASTResultSynthesizer
491 m_passthrough->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
H A DASTUtils.h228 void CompleteTentativeDefinition(clang::VarDecl *D) override { in CompleteTentativeDefinition() function
229 m_c->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp150 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in cir::CIRGenConsumer
151 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h104 virtual void CompleteTentativeDefinition(VarDecl *D) {} in CompleteTentativeDefinition() function
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h82 void CompleteTentativeDefinition(clang::VarDecl *d) override;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h71 void CompleteTentativeDefinition(VarDecl *D) override;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp155 void CIRGenerator::CompleteTentativeDefinition(VarDecl *d) { in CompleteTentativeDefinition() function in CIRGenerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h93 void CompleteTentativeDefinition(VarDecl *D) override;
H A DModuleBuilder.cpp306 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in __anonbec9d48b0111::CodeGeneratorImpl
H A DCodeGenAction.cpp337 void BackendConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in clang::BackendConsumer
338 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp367 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in MultiplexConsumer
369 Consumer->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1485 Consumer.CompleteTentativeDefinition(VD); in ActOnEndOfTranslationUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1136 …mpleteTentativeDefinitionEPNS_7VarDeclE", "clang::ASTConsumer::CompleteTentativeDefinition(clang::…
1187 …TentativeDefinitionEPNS_7VarDeclE", "clang::MultiplexConsumer::CompleteTentativeDefinition(clang::…
3834 …teTentativeDefinitionEPNS_7VarDeclE", "clang::BackendConsumer::CompleteTentativeDefinition(clang::…
4057 …PN5clang7VarDeclE", "(anonymous namespace)::CodeGeneratorImpl::CompleteTentativeDefinition(clang::…