Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h218 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3417 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
3431 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
3438 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()