Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h266 mutable llvm::FoldingSet<BitIntType> BitIntTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4537 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType()
4541 BitIntTypes.InsertNode(New, InsertPos); in getBitIntType()