HomeSort by: relevance | last modified time | path
    Searched refs:getNonLValueExprType (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 4554 From = ImpCastExprToType(From, ToType.getNonLValueExprType(Context), CK, VK,
5229 ArgTy.getNonLValueExprType(S.Context),
5436 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context),
5489 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context),
5491 OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context),
5899 TTy = TTy.getNonLValueExprType(Self.Context);
7740 ResultType = ResultType.getNonLValueExprType(Context);
SemaInit.cpp 1202 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
3092 ResultType = ResultType.getNonLValueExprType(SemaRef.Context);
4679 cv3T3 = cv3T3.getNonLValueExprType(S.Context);
5566 ResultType = Initializer->getType().getNonLValueExprType(S.Context);
6560 Entity.getType().getNonLValueExprType(S.Context), TSInfo,
8584 Entity.getType().getNonLValueExprType(S.Context), TSInfo,
SemaOverload.cpp 7388 QualType CallResultType = ConversionType.getNonLValueExprType(Context);
13323 ResultTy = ResultTy.getNonLValueExprType(Context);
13682 ResultTy = ResultTy.getNonLValueExprType(Context);
14067 ResultTy = ResultTy.getNonLValueExprType(Context);
14353 ResultType = ResultType.getNonLValueExprType(Context);
14702 ResultTy = ResultTy.getNonLValueExprType(Context);
14821 ResultTy = ResultTy.getNonLValueExprType(Context);
14898 ResultTy = ResultTy.getNonLValueExprType(Context);
SemaTemplate.cpp 2407 ParamTy.getNonLValueExprType(SemaRef.Context),
6905 Arg, ParamType.getNonLValueExprType(Context), CK_Dependent,
7559 QualType DestExprType = ParamType.getNonLValueExprType(Context);
SemaCast.cpp 60 ResultType(destType.getNonLValueExprType(S.Context)),
SemaTemplateInstantiate.cpp 1473 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context);
SemaOpenMP.cpp 3837 SemaRef, VD, VD->getType().getNonLValueExprType(SemaRef.Context),
8492 Var->getType().getNonLValueExprType(Context),
13955 VD->getType().getNonLValueExprType(S.getASTContext());
16634 Type = Type.getNonLValueExprType(Context).getUnqualifiedType();
SemaExpr.cpp 9614 QualType Ty = LHSType.getNonLValueExprType(Context);
15734 QualType T = TInfo->getType().getNonLValueExprType(Context);
19167 E->setType(DestType.getNonLValueExprType(S.Context));
TreeTransform.h 13254 VD, VD->getType().getNonLValueExprType(getSema().Context),
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1189 return getReturnType().getNonLValueExprType(Ctx)
1196 return getReturnType().getNonLValueExprType(getASTContext())
ExprCXX.cpp 953 : Expr(CXXDefaultInitExprClass, Ty.getNonLValueExprType(Ctx),
Type.cpp 3111 QualType QualType::getNonLValueExprType(const ASTContext &Context) const {
ASTContext.cpp 4969 NTTP->getType().getNonPackExpansionType().getNonLValueExprType(*this);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 958 QualType getNonLValueExprType(const ASTContext &Context) const;
3836 return getReturnType().getNonLValueExprType(Context);

Completed in 98 milliseconds