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

/external/clang/include/clang/AST/
H A DASTContext.h99 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp1940 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos))
1954 LValueReferenceTypes.FindNodeOrInsertPos(ID, InsertPos);
1962 LValueReferenceTypes.InsertNode(New, InsertPos);

Completed in 56 milliseconds