Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h130 mutable llvm::FoldingSet<AtomicType> AtomicTypes; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3954 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
3964 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
3969 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()