Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h240 mutable llvm::FoldingSet<BitIntType> BitIntTypes; variable
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4575 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType()
4579 BitIntTypes.InsertNode(New, InsertPos); in getBitIntType()