HomeSort by relevance Sort by last modified time
    Searched refs:CachedCompletionTypes (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
ASTUnit.h 302 /// determined by the formatted type string. Se \c CachedCompletionTypes
310 return CachedCompletionTypes;
338 llvm::StringMap<unsigned> CachedCompletionTypes;
  /external/clang/lib/Frontend/
ASTUnit.cpp 392 CachedCompletionTypes[QualType(CanUsageType).getAsString()]
486 CachedCompletionTypes.clear();
    [all...]

Completed in 500 milliseconds