Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp341 if (!CD.IsLookupDone) { in isCalled()
342 CD.IsLookupDone = true; in isCalled()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1242 mutable bool IsLookupDone = false; variable