Home | History | Annotate | Download | only in Sema

Lines Matching refs:Caller

2630 /// for equality of their argument types. Caller has already checked that
5755 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext))
5760 if (!Caller->isImplicit() && CheckCUDATarget(Caller, Function)) {
6150 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext))
6151 if (CheckCUDATarget(Caller, Method)) {
8594 FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext);
8595 return S.IdentifyCUDAPreference(Caller, Cand1.Function) >
8596 S.IdentifyCUDAPreference(Caller, Cand2.Function);
9463 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext);
9466 Sema::CUDAFunctionTarget CallerTarget = S.IdentifyCUDATarget(Caller),
10304 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext))
10305 if (!Caller->isImplicit() && S.CheckCUDATarget(Caller, FunDecl))
11244 caller needs to build this
11428 /// considered by overload resolution. The caller needs to build this
11879 /// parameter). The caller needs to validate that the member
12085 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) {
12086 if (CheckCUDATarget(Caller, Method)) {
12089 << IdentifyCUDATarget(Caller);
12500 // Report this specific error to the caller instead of emitting a