Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp92 auto FindIt = USRBasedLookupTable.find(USR); in findRecordForUSR() local
93 if (FindIt != USRBasedLookupTable.end()) in findRecordForUSR()
94 return FindIt->getSecond().get(); in findRecordForUSR()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp99 FindUndefExpr FindIt(St, Ctx.getLocationContext()); in checkBranchCondition() local
100 Ex = FindIt.FindExpr(Ex); in checkBranchCondition()