Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp702 bool FoundFunction = false; in runOnSCC() local
706 FoundFunction = true; in runOnSCC()
717 if (NeedModule && FoundFunction) { in runOnSCC()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp278 FoundFunction->hasBody(Definition)) in FindAndMapDefinition()
3315 if (FunctionDecl *FoundFunction = *FoundFunctionOrErr) { in VisitFunctionDecl() local
3316 if (Decl *Def = FindAndMapDefinition(D, FoundFunction)) in VisitFunctionDecl()
3318 FoundByLookup = FoundFunction; in VisitFunctionDecl()
3331 if (auto *FoundFunction = dyn_cast<FunctionDecl>(FoundDecl)) { in VisitFunctionDecl() local
3332 if (!hasSameVisibilityContextAndLinkage(FoundFunction, D)) in VisitFunctionDecl()
3335 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
3336 if (Decl *Def = FindAndMapDefinition(D, FoundFunction)) in VisitFunctionDecl()
3338 FoundByLookup = FoundFunction; in VisitFunctionDecl()
3350 << Name << D->getType() << FoundFunction->getType(); in VisitFunctionDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10829 bool FoundFunction = false; in CheckDeductionGuideDeclarator() local
10833 if (Chunk.Kind != DeclaratorChunk::Function || FoundFunction) { in CheckDeductionGuideDeclarator()
10881 FoundFunction = true; in CheckDeductionGuideDeclarator()