Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h255 mutable llvm::FoldingSet<AtomicType> AtomicTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6752 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
6762 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
6767 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()