Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h263 mutable llvm::FoldingSet<AtomicType> AtomicTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5800 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
5810 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
5815 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()