Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h102 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2514 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getRValueReferenceType()
2528 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getRValueReferenceType()
2535 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()