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

Completed in 407 milliseconds