Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h131 mutable llvm::FoldingSet<AtomicType> AtomicTypes; variable
/external/clang/lib/AST/
DASTContext.cpp4016 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
4026 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
4031 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()