Searched refs:CompleteTentativeDefinition (Results 1 – 13 of 13) sorted by relevance
156 void ASTStructExtractor::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in ASTStructExtractor158 m_passthrough->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
80 void CompleteTentativeDefinition(clang::VarDecl *D) override;
83 void CompleteTentativeDefinition(clang::VarDecl *D) override;
498 void ASTResultSynthesizer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in ASTResultSynthesizer500 m_passthrough->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
194 void CompleteTentativeDefinition(clang::VarDecl *D) override { in CompleteTentativeDefinition() function195 m_c->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
104 virtual void CompleteTentativeDefinition(VarDecl *D) {} in CompleteTentativeDefinition() function
69 void CompleteTentativeDefinition(VarDecl *D) override;
79 void CompleteTentativeDefinition(VarDecl *D) override final { in CompleteTentativeDefinition() function in clang::IncrementalASTConsumer80 Consumer->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
109 void CompleteTentativeDefinition(VarDecl *D) override;
306 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in __anonbec9d48b0111::CodeGeneratorImpl
375 void BackendConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in clang::BackendConsumer376 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
355 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in MultiplexConsumer357 Consumer->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
1388 Consumer.CompleteTentativeDefinition(VD); in ActOnEndOfTranslationUnit()