Home
last modified time | relevance | path

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

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