Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp181 PathDiagnosticLocation VDLoc = in VisitVarDecl() local
184 VDLoc, Init->getSourceRange()); in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp277 auto *VDLoc = Env.getStorageLocation(*VD); in ProcessVarDecl() local
278 assert(VDLoc != nullptr); in ProcessVarDecl()
279 Env.setStorageLocation(*B, *VDLoc); in ProcessVarDecl()