Searched refs:wasThisDeclarationADefinition (Results 1 – 7 of 7) sorted by relevance
41 bool ExternalASTSource::wasThisDeclarationADefinition(const FunctionDecl *FD) { in wasThisDeclarationADefinition() function in ExternalASTSource
110 bool MultiplexExternalSemaSource::wasThisDeclarationADefinition( in wasThisDeclarationADefinition() function in MultiplexExternalSemaSource113 if (S->wasThisDeclarationADefinition(FD)) in wasThisDeclarationADefinition()
2640 if (isFriend && Source->wasThisDeclarationADefinition(D)) { in VisitFunctionDecl()
95 bool wasThisDeclarationADefinition(const FunctionDecl *FD) override;
197 virtual bool wasThisDeclarationADefinition(const FunctionDecl *FD);
2405 bool wasThisDeclarationADefinition(const FunctionDecl *FD) override;
9741 bool ASTReader::wasThisDeclarationADefinition(const FunctionDecl *FD) { in wasThisDeclarationADefinition() function in ASTReader