Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h135 mutable llvm::FoldingSet<AtomicType> AtomicTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h237 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5509 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
5519 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
5524 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()