Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h195 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3818 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
3832 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
3839 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()