HomeSort by: relevance | last modified time | path
    Searched refs:getLValueReferenceType (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastValueChecker.cpp 188 return ACtx.getLValueReferenceType(toAlign);
190 return ACtx.getLValueReferenceType(toAlign);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 281 return Ctx.getLValueReferenceType(QT);
QualTypeNames.cpp 405 QT = Ctx.getLValueReferenceType(QT);
ASTDiagnostic.cpp 189 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(),
ASTContext.cpp 3306 /// getLValueReferenceType - Return the uniqued reference to the type for an
3309 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const {
3330 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
3536 result = getLValueReferenceType(
10454 Type = Context.getLValueReferenceType(Type);
10560 Type = Context.getLValueReferenceType(Type);
ExprCXX.cpp 1577 return Context.getLValueReferenceType(getType());
ExprConstant.cpp 106 return Ctx.getLValueReferenceType(E->getType());
4165 Info.Ctx.getLValueReferenceType(LValType));
5541 Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx));
6365 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T));
14784 Ctx.getLValueReferenceType(getType()), LV,
MicrosoftMangle.cpp 2569 mangleFunctionArgumentType(getASTContext().getLValueReferenceType(
Type.cpp 923 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 8075 ParamTypes[0] = S.Context.getLValueReferenceType(
8083 ParamTypes[0] = S.Context.getLValueReferenceType(
8228 S.Context.getLValueReferenceType(CandidateTy),
8239 S.Context.getLValueReferenceType(
8249 = S.Context.getLValueReferenceType(
8255 = S.Context.getLValueReferenceType(
8790 S.Context.getLValueReferenceType(PtrTy),
8801 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy));
8810 S.Context.getLValueReferenceType(S.Context.getRestrictType(PtrTy));
8817 S.Context.getLValueReferenceType(S.Context.getCVRQualifiedType
    [all...]
SemaStmt.cpp 3078 ReferenceReturnType = SemaRef.Context.getLValueReferenceType(E->getType());
3097 SemaRef.Context.getLValueReferenceType(E->getType().withConst());
3160 << SemaRef.Context.getLValueReferenceType(VariableType)
SemaCoroutine.cpp 91 : S.Context.getLValueReferenceType(T, /*SpelledAsLValue*/ true);
SemaDeclCXX.cpp 7366 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType);
8389 Context.getLValueReferenceType(ExpectedParmType1.withConst());
9596 << Context.getLValueReferenceType(
13943 QualType RetType = Context.getLValueReferenceType(ArgType);
13948 ArgType = Context.getLValueReferenceType(ArgType);
14281 QualType RetType = Context.getLValueReferenceType(ArgType);
14662 ArgType = Context.getLValueReferenceType(ArgType);
SemaType.cpp 2183 return Context.getLValueReferenceType(T, SpelledAsLValue);
6949 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
8883 return Context.getLValueReferenceType(T);
8949 return S.Context.getLValueReferenceType(T);
SemaTemplateDeduction.cpp 3884 ArgType = S.Context.getLValueReferenceType(ArgType);
5063 ArgTy = Context.getLValueReferenceType(ArgTy);
SemaExpr.cpp 15674 Context, Context.getLValueReferenceType(VaListType), false);
17439 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
17485 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
17808 CaptureType = Context.getLValueReferenceType(DeclRefType);
19201 ArgType = S.Context.getLValueReferenceType(ArgType);
19286 DestType = S.Context.getLValueReferenceType(DestType);
SemaInit.cpp 7009 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType());
8476 Ty = S.Context.getLValueReferenceType(Ty,
SemaOpenMP.cpp 4303 Ty = C.getLValueReferenceType(Ty);
5228 QualType ResultTy = Ctx.getLValueReferenceType(LogicalTy);
5363 QualType TargetParamTy = Ctx.getLValueReferenceType(LoopVarTy);
SemaExprCXX.cpp 5845 QualType T = To->isLValue() ? Self.Context.getLValueReferenceType(ToType)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 84 ResultTy = Ctx.getLValueReferenceType(ResultTy);
ExprEngineC.cpp 265 ExTy = getContext().getLValueReferenceType(ExTy);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1318 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 517 CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType();
MicrosoftCXXABI.cpp 4002 getContext().getLValueReferenceType(RecordTy,
CGDebugInfo.cpp 2029 T = CGM.getContext().getLValueReferenceType(T);

Completed in 140 milliseconds

1 2