Searched refs:FoundFunction (Results 1 – 3 of 3) sorted by relevance
650 bool FoundFunction = false; in runOnSCC() local654 FoundFunction = true; in runOnSCC()665 if (NeedModule && FoundFunction) { in runOnSCC()
2986 return Importer.MapImported(D, FoundFunction); in VisitFunctionDecl()2987 FoundByLookup = FoundFunction; in VisitFunctionDecl()3003 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()3006 FoundFunction->hasBody(Definition)) { in VisitFunctionDecl()3010 FoundByLookup = FoundFunction; in VisitFunctionDecl()3024 Importer.ToDiag(FoundFunction->getLocation(), in VisitFunctionDecl()3026 << FoundFunction->getType(); in VisitFunctionDecl()5493 if (auto *FoundFunction = in VisitFunctionTemplateDecl() local5497 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionTemplateDecl()5498 Importer.MapImported(D, FoundFunction); in VisitFunctionTemplateDecl()[all …]
8734 bool FoundFunction = false; in CheckDeductionGuideDeclarator() local8738 if (Chunk.Kind != DeclaratorChunk::Function || FoundFunction) { in CheckDeductionGuideDeclarator()8786 FoundFunction = true; in CheckDeductionGuideDeclarator()