Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7538 if (auto *CallerFD = dyn_cast<FunctionDecl>(CurContext)) { in checkCall() local
7540 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
7556 if (const auto *CallerFD = dyn_cast<FunctionDecl>(CurContext)) { in checkCall() local
7557 auto *Attr = CallerFD->getAttr<ArmNewAttr>(); in checkCall()
7562 if (const auto *FPT = CallerFD->getType()->getAs<FunctionProtoType>()) { in checkCall()