Home
last modified time | relevance | path

Searched refs:FoundFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp650 bool FoundFunction = false; in runOnSCC() local
654 FoundFunction = true; in runOnSCC()
665 if (NeedModule && FoundFunction) { in runOnSCC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp2986 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() local
5497 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionTemplateDecl()
5498 Importer.MapImported(D, FoundFunction); in VisitFunctionTemplateDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8734 bool FoundFunction = false; in CheckDeductionGuideDeclarator() local
8738 if (Chunk.Kind != DeclaratorChunk::Function || FoundFunction) { in CheckDeductionGuideDeclarator()
8786 FoundFunction = true; in CheckDeductionGuideDeclarator()