reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Frontend/ASTUnit.h
  543   unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; }
tools/clang/lib/Frontend/ASTUnit.cpp
  503   CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue;
 1421   if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) {
 1423     PreambleTopLevelHashValue = CurrentTopLevelHashValue;
 1873       CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue)