Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h267 mutable llvm::FoldingSet<DependentBitIntType> DependentBitIntTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4554 DependentBitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getDependentBitIntType()
4559 DependentBitIntTypes.InsertNode(New, InsertPos); in getDependentBitIntType()