Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h240 mutable llvm::FoldingSet<ExtIntType> ExtIntTypes; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4360 if (ExtIntType *EIT = ExtIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtIntType()
4364 ExtIntTypes.InsertNode(New, InsertPos); in getExtIntType()