Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h196 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3858 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getRValueReferenceType()
3872 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getRValueReferenceType()
3879 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()