Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h191 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3444 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
3458 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
3465 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()