Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h181 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3014 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getRValueReferenceType()
3028 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getRValueReferenceType()
3034 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()