Home
last modified time | relevance | path

Searched refs:ExtIntTypes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h243 mutable llvm::FoldingSet<ExtIntType> ExtIntTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4430 if (ExtIntType *EIT = ExtIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtIntType()
4434 ExtIntTypes.InsertNode(New, InsertPos); in getExtIntType()