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

/external/clang/lib/AST/
H A DASTContext.cpp1926 /// getLValueReferenceType - Return the uniqued reference to the type for an
1929 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { function in class:ASTContext
1950 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2142 result = getLValueReferenceType(
7000 Type = Context.getLValueReferenceType(Type);
7088 Type = Context.getLValueReferenceType(Type);

Completed in 106 milliseconds