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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h132 mutable llvm::FoldingSet<AtomicType> AtomicTypes; member in class:clang::ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4057 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos))
4067 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
4072 AtomicTypes.InsertNode(New, InsertPos);

Completed in 104 milliseconds