Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h101 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2477 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos)) in getLValueReferenceType()
2491 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos); in getLValueReferenceType()
2499 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()