Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp247 auto AbstractCall = AnyCall::forDecl(FD); in checkBeginFunction() local
248 if (!AbstractCall) in checkBeginFunction()
252 llvm::SmallBitVector ParameterNonNullMarks = getNonNullAttrs(*AbstractCall); in checkBeginFunction()
254 for (const ParmVarDecl *Parameter : AbstractCall->parameters()) { in checkBeginFunction()
H A DNullabilityChecker.cpp571 auto AbstractCall = AnyCall::forDecl(LCtx->getDecl()); in checkBeginFunction() local
572 if (!AbstractCall || AbstractCall->parameters().empty()) in checkBeginFunction()
576 for (const ParmVarDecl *Param : AbstractCall->parameters()) { in checkBeginFunction()