Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h102 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h195 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3313 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getRValueReferenceType()
3327 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getRValueReferenceType()
3333 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()