Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp379 const FunctionProtoType *CallbackFunctionType; in create_call_once() local
386 CallbackFunctionType = CallbackRecordDecl->getLambdaCallOperator() in create_call_once()
390 CallbackFunctionType = in create_call_once()
393 CallbackFunctionType = CallbackType->getAs<FunctionProtoType>(); in create_call_once()
396 if (!CallbackFunctionType) in create_call_once()
400 if (D->getNumParams() != CallbackFunctionType->getNumParams() + 2) { in create_call_once()
413 CallbackFunctionType->getParamType(ParamIdx - 2) in create_call_once()
423 if (!CallbackFunctionType->getParamType(ParamIdx - 2)->isReferenceType()) { in create_call_once()