Searched refs:FoundFn (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 8709 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform() local 8727 FoundFn, Constructor, in Perform() 8738 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform() 8740 if (S.DiagnoseUseOfDecl(FoundFn, Kind.getLocation())) in Perform() 8749 FoundFn); in Perform() 8750 if (S.DiagnoseUseOfDecl(FoundFn, Kind.getLocation())) in Perform() 8753 CurInit = S.BuildCXXMemberCallExpr(CurInit.get(), FoundFn, Conversion, in Perform()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 12115 llvm::Function *FoundFn = nullptr; member in __anon7bb087084911::LastprivateConditionalRefChecker 12131 FoundFn = D.Fn; in VisitDeclRefExpr() 12150 FoundFn = D.Fn; in VisitMemberExpr() 12172 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData() 12274 llvm::Function *FoundFn; in checkAndEmitLastprivateConditional() local 12275 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional() 12277 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional() 12280 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional() 12281 assert(It != LastprivateConditionalToTypes[FoundFn].end() && in checkAndEmitLastprivateConditional()
|