Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h198 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3356 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getRValueReferenceType()
3370 RValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getRValueReferenceType()
3376 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()