Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp226 CompletionCacheTopLevelHashValue(0), in ASTUnit()
477 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue; in CacheCodeCompletionResults()
1641 CompletionCacheTopLevelHashValue = 0; in getMainBufferWithPrecompiledPreamble()
2071 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue) in Reparse()
/external/clang/include/clang/Frontend/
DASTUnit.h397 unsigned CompletionCacheTopLevelHashValue; variable