HomeSort by: relevance | last modified time | path
    Searched refs:ExtIntTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 243 mutable llvm::FoldingSet<ExtIntType> ExtIntTypes;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4430 if (ExtIntType *EIT = ExtIntTypes.FindNodeOrInsertPos(ID, InsertPos))
4434 ExtIntTypes.InsertNode(New, InsertPos);

Completed in 63 milliseconds