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

1 2

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 816 if (DC->isTypeDependent())
822 if (DC->getSubExpr()->isTypeDependent())
833 if (Op->isTypeDependent())
    [all...]
SemaStmt.cpp 318 if (!LHSVal->isTypeDependent() && !LHSVal->isValueDependent()) {
326 if (RHSVal && !RHSVal->isTypeDependent() && !RHSVal->isValueDependent()) {
644 if (!CondExpr->isTypeDependent()) {
663 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
704 if (Lo->isTypeDependent() || Lo->isValueDependent()) {
746 if (CS->getRHS()->isTypeDependent() ||
    [all...]
SemaDeclAttr.cpp 244 if (IdxExpr->isTypeDependent() || IdxExpr->isValueDependent() ||
411 if (ArgExp->isTypeDependent()) {
875 if (Arg->isTypeDependent())
    [all...]
SemaAttr.cpp 203 if (Alignment->isTypeDependent() ||
SemaStmtAsm.cpp 54 if (E->isTypeDependent())
231 if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent())
SemaChecking.cpp 416 if (TheCall->getArg(i)->isTypeDependent() ||
448 if (TheCall->getArg(i)->isTypeDependent() ||
    [all...]
SemaExprObjC.cpp 329 if (Element->isTypeDependent())
421 if (ValueExpr->isTypeDependent()) {
588 assert((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) &&
    [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp 316 if (E && !E->isTypeDependent()) {
559 if (Ex && !Ex->isTypeDependent()) {
    [all...]
SemaExpr.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaCast.cpp 244 bool TypeDependent = DestType->isDependentType() || Ex.get()->isTypeDependent();
    [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprCXX.cpp 170 /*isTypeDependent=*/(Base->isTypeDependent() ||
315 if (isTypeDependent())
    [all...]
Type.cpp     [all...]
StmtProfile.cpp 686 if (S->isTypeDependent()) {
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 108 /// isTypeDependent - Determines whether this expression is
119 bool isTypeDependent() const { return ExprBits.TypeDependent; }
    [all...]
ExprCXX.h 488 Operand->isTypeDependent() || Operand->isValueDependent(),
567 false, Operand->isTypeDependent(),
848 VK_RValue, OK_Ordinary, SubExpr->isTypeDependent(),
    [all...]
ExprObjC.h 102 E->isTypeDependent(), E->isValueDependent(),
787 base->isTypeDependent() || key->isTypeDependent(),
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 826 if (Arg->isTypeDependent())
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 446 return !S->isTypeDependent() &&
455 S->isTypeDependent() || S->isValueDependent())
    [all...]

Completed in 508 milliseconds

1 2