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

1 2

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 829 if (DC->isTypeDependent()
    [all...]
SemaStmtAsm.cpp 37 if (E->isTypeDependent())
280 if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent())
SemaStmt.cpp 354 if (!LHSVal->isTypeDependent() && !LHSVal->isValueDependent()) {
362 if (RHSVal && !RHSVal->isTypeDependent() && !RHSVal->isValueDependent()) {
692 if (!CondExpr->isTypeDependent()) {
711 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
752 if (Lo->isTypeDependent() || Lo->isValueDependent()) {
794 if (CS->getRHS()->isTypeDependent() ||
    [all...]
SemaAttr.cpp 197 if (Alignment->isTypeDependent() ||
SemaChecking.cpp 444 if (TheCall->getArg(i)->isTypeDependent() ||
630 if (TheCall->getArg(i)->isTypeDependent() ||
662 if (TheCall->getArg(i)->isTypeDependent() ||
    [all...]
SemaPseudoObject.cpp 119 rebuiltExpr->isTypeDependent(),
464 (result.get()->isTypeDependent() || CanCaptureValueOfType(resultType))) {
    [all...]
SemaDeclAttr.cpp 256 if (IdxExpr->isTypeDependent() || IdxExpr->isValueDependent() ||
424 if (ArgExp->isTypeDependent()) {
    [all...]
SemaExprObjC.cpp 329 if (Element->isTypeDependent())
421 if (ValueExpr->isTypeDependent()) {
588 assert((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) &&
    [all...]
SemaExprCXX.cpp 362 if (E && !E->isTypeDependent()) {
585 if (Ex && !Ex->isTypeDependent()) {
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCast.cpp 246 bool TypeDependent = DestType->isDependentType() || Ex.get()->isTypeDependent();
    [all...]
Sema.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprCXX.cpp 187 /*isTypeDependent=*/(Base->isTypeDependent() ||
332 if (isTypeDependent())
    [all...]
Type.cpp     [all...]
StmtProfile.cpp 724 if (S->isTypeDependent()) {
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 155 /// isTypeDependent - Determines whether this expression is
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
    [all...]
ExprCXX.h 548 Operand->isTypeDependent() || Operand->isValueDependent(),
687 false, Operand->isTypeDependent(),
    [all...]
ExprObjC.h 100 E->isTypeDependent(), E->isValueDependent(),
797 base->isTypeDependent() || key->isTypeDependent(),
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 484 return !S->isTypeDependent() &&
493 S->isTypeDependent() || S->isValueDependent())
    [all...]

Completed in 648 milliseconds

1 2