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

1 2

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 822 if (DC->isTypeDependent())
828 if (DC->getSubExpr()->isTypeDependent())
    [all...]
SemaStmt.cpp 302 if (!LHSVal->isTypeDependent() && !LHSVal->isValueDependent()) {
310 if (RHSVal && !RHSVal->isTypeDependent() && !RHSVal->isValueDependent()) {
590 if (!CondExpr->isTypeDependent()) {
609 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
650 if (Lo->isTypeDependent() || Lo->isValueDependent()) {
692 if (CS->getRHS()->isTypeDependent() ||
    [all...]
SemaDeclAttr.cpp 309 if (ArgExp->isTypeDependent()) {
395 if (!Arg->isTypeDependent()) {
647 if (Arg->isTypeDependent())
881 if (Ex->isTypeDependent() || Ex->isValueDependent() ||
    [all...]
SemaAttr.cpp 203 if (Alignment->isTypeDependent() ||
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 308 if (Element->isTypeDependent())
398 if (ValueExpr->isTypeDependent()) {
543 assert ((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) &&
    [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp 315 if (E && !E->isTypeDependent()) {
548 if (Ex && !Ex->isTypeDependent()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaCast.cpp 244 bool TypeDependent = DestType->isDependentType() || Ex.get()->isTypeDependent();
    [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateDeduction.cpp 323 assert((Value->isTypeDependent() || Value->isValueDependent()) &&
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 799 fn->isTypeDependent(),
808 if (args[i]->isTypeDependent())
827 fn->isTypeDependent(),
836 if (args[i]->isTypeDependent())
    [all...]
ExprCXX.cpp 161 /*isTypeDependent=*/(Base->isTypeDependent() ||
305 if (isTypeDependent())
    [all...]
Type.cpp     [all...]
StmtProfile.cpp 681 if (S->isTypeDependent()) {
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 107 /// isTypeDependent - Determines whether this expression is
118 bool isTypeDependent() const { return ExprBits.TypeDependent; }
    [all...]
ExprCXX.h 471 Operand->isTypeDependent() || Operand->isValueDependent(),
546 false, Operand->isTypeDependent(),
827 VK_RValue, OK_Ordinary, SubExpr->isTypeDependent(),
    [all...]
ExprObjC.h 102 E->isTypeDependent(), E->isValueDependent(),
783 base->isTypeDependent() || key->isTypeDependent(),
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 442 return !S->isTypeDependent() &&
451 S->isTypeDependent() || S->isValueDependent())
    [all...]

Completed in 775 milliseconds

1 2