Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3240 if (auto *CallerFD = dyn_cast<FunctionDecl>(CurContext)) { in checkCall() local
3242 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
3253 const auto *CallerFD = dyn_cast<FunctionDecl>(CurContext); in checkCall() local
3254 if (CallerFD && (!FD || !FD->getBuiltinID()) && in checkCall()
3261 SemaARM::ArmStreamingType CallerFnType = getArmStreamingFnType(CallerFD); in checkCall()
3282 if (CallerFD) { in checkCall()
3283 auto *Attr = CallerFD->getAttr<ArmNewAttr>(); in checkCall()
3288 if (const auto *FPT = CallerFD->getType()->getAs<FunctionProtoType>()) { in checkCall()