Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h244 mutable llvm::FoldingSet<ExtIntType> ExtIntTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4445 if (ExtIntType *EIT = ExtIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtIntType()
4449 ExtIntTypes.InsertNode(New, InsertPos); in getExtIntType()