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

/external/clang/lib/AST/
H A DASTContext.cpp2074 /// getLValueReferenceType - Return the uniqued reference to the type for an
2077 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { function in class:ASTContext
2098 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2290 result = getLValueReferenceType(
7404 Type = Context.getLValueReferenceType(Type);
7495 Type = Context.getLValueReferenceType(Type);

Completed in 192 milliseconds