Home
last modified time | relevance | path

Searched defs:CachedResult (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.h37 struct CachedResult { struct
44 CachedResult() : Valid(false) { } in CachedResult() function
47 bool valid() { return Valid; } in valid()
71 CachedResult StringifyResult; argument
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local
641 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local
/external/clang/lib/Frontend/
DASTUnit.cpp363 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
447 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
/external/clang/lib/Driver/
DDriver.cpp1990 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local