HomeSort by relevance Sort by last modified time
    Searched refs:isTypeDependent (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/include/clang/AST/
ExprOpenMP.h 57 Base->isTypeDependent() ||
58 (LowerBound && LowerBound->isTypeDependent()) ||
59 (Length && Length->isTypeDependent()),
Expr.h 153 /// isTypeDependent - Determines whether this expression is
164 bool isTypeDependent() const { return ExprBits.TypeDependent; }
    [all...]
ExprObjC.h 102 E->isTypeDependent(), E->isValueDependent(),
787 base->isTypeDependent() || key->isTypeDependent(),
    [all...]
ExprCXX.h 559 Operand->isTypeDependent() || Operand->isValueDependent(),
703 : Expr(MSPropertySubscriptExprClass, Ty, VK, OK, Idx->isTypeDependent(),
762 false, Operand->isTypeDependent(),
    [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 27 if (Elements[I]->isTypeDependent() || Elements[I]->isValueDependent())
66 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() ||
67 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent())
181 Receiver->isTypeDependent(), Receiver->isTypeDependent(),
198 if (Args[I]->isTypeDependent())
Expr.cpp     [all...]
ExprCXX.cpp 243 /*isTypeDependent=*/(Base->isTypeDependent() ||
387 if (isTypeDependent())
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaStmtAsm.cpp 39 if (E->isTypeDependent())
201 if (OutputExpr->isTypeDependent())
459 if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent())
SemaPseudoObject.cpp 179 rebuiltExpr->isTypeDependent(),
477 (result.get()->isTypeDependent() || CanCaptureValue(result.get())))
501 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) {
526 (result.get()->isTypeDependent() || CanCaptureValue(result.get())))
    [all...]
SemaStmt.cpp 405 if (!LHSVal->isTypeDependent() && !LHSVal->isValueDependent()) {
413 if (RHSVal && !RHSVal->isTypeDependent() && !RHSVal->isValueDependent()) {
756 if (!CondExpr->isTypeDependent()) {
775 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
823 if (Lo->isTypeDependent() || Lo->isValueDependent()) {
863 if (CS->getRHS()->isTypeDependent() ||
    [all...]
SemaExprObjC.cpp 390 if (Element->isTypeDependent())
502 if (ValueExpr->isTypeDependent()) {
745 assert((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) &&
    [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaAttr.cpp 202 if (Alignment->isTypeDependent() ||
SemaExprCXX.cpp 402 if (E && !E->isTypeDependent()) {
648 if (Ex && !Ex->isTypeDependent()) {
    [all...]
SemaOpenMP.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclAttr.cpp 221 if (Expr->isTypeDependent() || Expr->isValueDependent() ||
278 if (IdxExpr->isTypeDependent() || IdxExpr->isValueDependent() ||
506 if (ArgExp->isTypeDependent()) {
786 if (!Cond->isTypeDependent()) {
    [all...]
SemaOverload.cpp     [all...]
SemaCast.cpp 244 DestType->isDependentType() || Ex.get()->isTypeDependent();
    [all...]
Sema.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 214 milliseconds

1 2