Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h99 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2468 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
2482 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
2490 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()