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

/external/clang/lib/Tooling/Core/
H A DQualTypeNames.cpp408 QT = Ctx.getLValueReferenceType(QT);
/external/clang/lib/Sema/
H A DSemaOverload.cpp7114 ParamTypes[0] = S.Context.getLValueReferenceType(T);
7122 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
7308 S.Context.getLValueReferenceType(CandidateTy),
7322 S.Context.getLValueReferenceType(
7335 = S.Context.getLValueReferenceType(
7344 = S.Context.getLValueReferenceType(
7465 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7885 S.Context.getLValueReferenceType(*Ptr),
7896 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7905 = S.Context.getLValueReferenceType(
[all...]
H A DSemaType.cpp2029 return Context.getLValueReferenceType(T, SpelledAsLValue);
5734 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
7288 return S.Context.getLValueReferenceType(T);
7304 case VK_LValue: T = S.Context.getLValueReferenceType(T); break;
H A DSemaStmt.cpp2503 SemaRef.Context.getLValueReferenceType(E->getType().withConst());
2550 << SemaRef.Context.getLValueReferenceType(VariableType)
H A DSemaTemplateDeduction.cpp3140 ArgType = S.Context.getLValueReferenceType(ArgType);
4173 ArgTy = Context.getLValueReferenceType(ArgTy);
H A DSemaDeclCXX.cpp5399 Context.getLValueReferenceType(Context.getTypeDeclType(RD));
6321 << Context.getLValueReferenceType(
10160 QualType RetType = Context.getLValueReferenceType(ArgType);
10164 ArgType = Context.getLValueReferenceType(ArgType);
10555 QualType RetType = Context.getLValueReferenceType(ArgType);
10990 ArgType = Context.getLValueReferenceType(ArgType);
H A DSemaExpr.cpp12256 Context, Context.getLValueReferenceType(VaListType), false);
13397 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
13484 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
13674 CaptureType = Context.getLValueReferenceType(DeclRefType);
14674 ArgType = S.Context.getLValueReferenceType(ArgType);
14759 DestType = S.Context.getLValueReferenceType(DestType);
H A DSemaExprCXX.cpp4954 QualType T = To->isLValue() ? Self.Context.getLValueReferenceType(ToType)
H A DSemaInit.cpp6679 Ty = S.Context.getLValueReferenceType(Ty,
H A DSemaOpenMP.cpp1732 Ty = C.getLValueReferenceType(Ty);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp40 ResultTy = Ctx.getLValueReferenceType(ResultTy);
/external/clang/include/clang/AST/
H A DASTContext.h1118 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/AST/
H A DASTDiagnostic.cpp186 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(),
H A DASTContext.cpp2463 /// getLValueReferenceType - Return the uniqued reference to the type for an
2466 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { function in class:ASTContext
2487 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2680 result = getLValueReferenceType(
8230 Type = Context.getLValueReferenceType(Type);
8321 Type = Context.getLValueReferenceType(Type);
H A DMicrosoftMangle.cpp1857 mangleArgumentType(getASTContext().getLValueReferenceType(
H A DType.cpp726 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue());
H A DASTImporter.cpp1629 return Importer.getToContext().getLValueReferenceType(ToPointeeType);
H A DExprConstant.cpp9206 Ctx.getLValueReferenceType(getType()), LV))
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1475 T = CGM.getContext().getLValueReferenceType(T);
H A DCGStmtOpenMP.cpp187 QualType RefType = Ctx.getLValueReferenceType(DstType);
H A DMicrosoftCXXABI.cpp3833 getContext().getLValueReferenceType(RecordTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp5280 return Context.getLValueReferenceType(PointeeType, Record[1]);

Completed in 732 milliseconds