Searched defs:getLValueReferenceType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp2341 /// getLValueReferenceType - Return the uniqued reference to the type for an
2344 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { function in class:ASTContext
2365 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2557 result = getLValueReferenceType(
7697 Type = Context.getLValueReferenceType(Type);
7788 Type = Context.getLValueReferenceType(Type);

Completed in 568 milliseconds