Searched refs:callOperatorDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp281 FunctionDecl *callOperatorDecl = CallbackDecl->getLambdaCallOperator(); local
282 assert(callOperatorDecl != nullptr);
288 const_cast<FunctionDecl *>(callOperatorDecl),
291 /* T =*/ callOperatorDecl->getType(),

Completed in 52 milliseconds