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

Completed in 46 milliseconds