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 AssignInheritanceModel() 195 m_c->CompleteTentativeDefinition(D);188 void CompleteTentativeDefinition(clang::VarDecl *D) override { CompleteTentativeDefinition() function
95 /// CompleteTentativeDefinition - Callback invoked at the end of a translation104 virtual void CompleteTentativeDefinition(VarDecl *D) {}103 virtual void CompleteTentativeDefinition(VarDecl *D) {} CompleteTentativeDefinition() function
69 void CompleteTentativeDefinition(VarDecl *D) override;
79 void CompleteTentativeDefinition(VarDecl *D) override final { in CompleteTentativeDefinition() function in clang::IncrementalASTConsumer 80 Consumer->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
109 void CompleteTentativeDefinition(VarDecl *D) override;
306 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in __anon76916bdd0111::CodeGeneratorImpl
375 void BackendConsumer::CompleteTentativeDefinition(VarDecl *D) { in HandleTranslationUnit() 376 Gen->CompleteTentativeDefinition(D); in HandleTranslationUnit() 400 void BackendConsumer::CompleteTentativeDefinition(VarDecl *D) { CompleteTentativeDefinition() function in clang::BackendConsumer
355 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) { in PrintStats() 357 Consumer->CompleteTentativeDefinition(D); in PrintStats() 326 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) { CompleteTentativeDefinition() function in MultiplexConsumer
1388 Consumer.CompleteTentativeDefinition(VD); in ActOnEndOfTranslationUnit()