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

/external/clang/include/clang/AST/
H A DASTContext.h120 mutable llvm::FoldingSet<AtomicType> AtomicTypes; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp3778 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos))
3788 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
3793 AtomicTypes.InsertNode(New, InsertPos);

Completed in 66 milliseconds