Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h98 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2334 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
2348 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
2356 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()