Searched refs:CompleteTentativeDefinition (Results 1 – 6 of 6) sorted by relevance
47 void CompleteTentativeDefinition(VarDecl *D) override;
106 virtual void CompleteTentativeDefinition(VarDecl *D) {} in CompleteTentativeDefinition() function
327 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in MultiplexConsumer329 Consumer->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
272 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in __anon0fa49af20111::CodeGeneratorImpl
198 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in clang::BackendConsumer199 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
818 Consumer.CompleteTentativeDefinition(VD); in ActOnEndOfTranslationUnit()