Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h130 mutable llvm::FoldingSet<AtomicType> AtomicTypes; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3834 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
3844 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
3849 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()