Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h245 mutable llvm::FoldingSet<BitIntType> BitIntTypes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4553 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType()
4557 BitIntTypes.InsertNode(New, InsertPos); in getBitIntType()