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 353 /// determined by the formatted type string. Se \c CachedCompletionTypes
361 return CachedCompletionTypes;
389 llvm::StringMap<unsigned> CachedCompletionTypes;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 394 CachedCompletionTypes[QualType(CanUsageType).getAsString()]
490 CachedCompletionTypes.clear();
    [all...]

Completed in 134 milliseconds