HomeSort by: relevance | last modified time | path
    Searched refs:AtomicTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 240 mutable llvm::FoldingSet<AtomicType> AtomicTypes;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5579 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos))
5589 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
5594 AtomicTypes.InsertNode(New, InsertPos);

Completed in 21 milliseconds