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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6306 ParamTypes[0] = S.Context.getLValueReferenceType(T);
6314 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
6505 S.Context.getLValueReferenceType(CandidateTy),
6519 S.Context.getLValueReferenceType(
6532 = S.Context.getLValueReferenceType(
6541 = S.Context.getLValueReferenceType(
6663 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7087 S.Context.getLValueReferenceType(*Ptr),
7098 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7107 = S.Context.getLValueReferenceType(
[all...]
H A DSemaType.cpp1202 return Context.getLValueReferenceType(T, SpelledAsLValue);
3804 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
4621 return S.Context.getLValueReferenceType(T);
4637 case VK_LValue: T = S.Context.getLValueReferenceType(T); break;
H A DSemaTemplateDeduction.cpp2868 ArgType = S.Context.getLValueReferenceType(ArgType);
2894 ArgType = S.Context.getLValueReferenceType(ArgType);
3661 ArgTy = Context.getLValueReferenceType(ArgTy);
H A DSemaDeclCXX.cpp4117 Context.getLValueReferenceType(Context.getTypeDeclType(RD));
7603 QualType RetType = Context.getLValueReferenceType(ArgType);
7606 ArgType = Context.getLValueReferenceType(ArgType);
8139 QualType RetType = Context.getLValueReferenceType(ArgType);
8645 ArgType = Context.getLValueReferenceType(ArgType);
H A DSemaExprCXX.cpp3962 QualType T = Self.Context.getLValueReferenceType(ToType);
H A DSemaInit.cpp5175 Ty = S.Context.getLValueReferenceType(Ty,
H A DSemaExpr.cpp10723 CaptureType = Context.getLValueReferenceType(DeclRefType);
11597 DestType = S.Context.getLValueReferenceType(DestType);
/external/clang/lib/AST/
H A DASTDiagnostic.cpp123 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(),
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);
H A DASTImporter.cpp1392 return Importer.getToContext().getLValueReferenceType(ToPointeeType);
H A DExprConstant.cpp6301 Ctx.getLValueReferenceType(getType()), LV))
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp37 ResultTy = Ctx.getLValueReferenceType(ResultTy);
/external/clang/include/clang/AST/
H A DASTContext.h846 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2516 QualType ToType = getContext().getLValueReferenceType(E->getType());
/external/clang/lib/Serialization/
H A DASTReader.cpp3786 return Context.getLValueReferenceType(PointeeType, Record[1]);

Completed in 919 milliseconds