Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h180 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2978 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
2992 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
2999 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()