Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h241 mutable llvm::FoldingSet<DependentBitIntType> DependentBitIntTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4592 DependentBitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getDependentBitIntType()
4597 DependentBitIntTypes.InsertNode(New, InsertPos); in getDependentBitIntType()