Home
last modified time | relevance | path

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

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