Searched refs:CompleteTentativeDefinition (Results 1 – 6 of 6) sorted by relevance
103 virtual void CompleteTentativeDefinition(VarDecl *D) {} in CompleteTentativeDefinition() function
67 void CompleteTentativeDefinition(VarDecl *D) override;
320 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() function in MultiplexConsumer322 Consumer->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
286 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in __anon20d6d9160111::CodeGeneratorImpl
355 void CompleteTentativeDefinition(VarDecl *D) override { in CompleteTentativeDefinition() function in clang::BackendConsumer356 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition()
1210 Consumer.CompleteTentativeDefinition(VD); in ActOnEndOfTranslationUnit()