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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6393 ParamTypes[0] = S.Context.getLValueReferenceType(T);
6401 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
6593 S.Context.getLValueReferenceType(CandidateTy),
6607 S.Context.getLValueReferenceType(
6620 = S.Context.getLValueReferenceType(
6629 = S.Context.getLValueReferenceType(
6751 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7177 S.Context.getLValueReferenceType(*Ptr),
7188 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7197 = S.Context.getLValueReferenceType(
[all...]
H A DSemaType.cpp1364 return Context.getLValueReferenceType(T, SpelledAsLValue);
3990 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
4854 return S.Context.getLValueReferenceType(T);
4870 case VK_LValue: T = S.Context.getLValueReferenceType(T); break;
H A DSemaTemplateDeduction.cpp2914 ArgType = S.Context.getLValueReferenceType(ArgType);
2940 ArgType = S.Context.getLValueReferenceType(ArgType);
3711 ArgTy = Context.getLValueReferenceType(ArgTy);
H A DSemaDeclCXX.cpp4309 Context.getLValueReferenceType(Context.getTypeDeclType(RD));
5181 << Context.getLValueReferenceType(
8428 QualType RetType = Context.getLValueReferenceType(ArgType);
8431 ArgType = Context.getLValueReferenceType(ArgType);
8879 QualType RetType = Context.getLValueReferenceType(ArgType);
9230 ArgType = Context.getLValueReferenceType(ArgType);
H A DSemaExprCXX.cpp3956 QualType T = Self.Context.getLValueReferenceType(ToType);
H A DSemaInit.cpp5276 Ty = S.Context.getLValueReferenceType(Ty,
H A DSemaExpr.cpp9772 Context.getLValueReferenceType(VaListType), false);
11029 CaptureType = Context.getLValueReferenceType(DeclRefType);
11931 DestType = S.Context.getLValueReferenceType(DestType);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp39 ResultTy = Ctx.getLValueReferenceType(ResultTy);
/external/clang/lib/AST/
H A DASTDiagnostic.cpp122 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(),
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);
H A DASTImporter.cpp1484 return Importer.getToContext().getLValueReferenceType(ToPointeeType);
H A DExprConstant.cpp6342 Ctx.getLValueReferenceType(getType()), LV))
/external/clang/include/clang/AST/
H A DASTContext.h920 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2806 QualType ToType = getContext().getLValueReferenceType(E->getType());
/external/clang/lib/Serialization/
H A DASTReader.cpp4278 return Context.getLValueReferenceType(PointeeType, Record[1]);

Completed in 2984 milliseconds