Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h192 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3484 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getRValueReferenceType()
3498 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getRValueReferenceType()
3504 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()