Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp242 const LocationContext *LocContext = Context.getLocationContext(); in checkBeginFunction() local
244 const Decl *FD = LocContext->getDecl(); in checkBeginFunction()
265 Loc ParameterLoc = State->getLValue(Parameter, LocContext); in checkBeginFunction()