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

1 2

  /external/clang/include/clang/AST/
ExprObjC.h 102 E->isTypeDependent(), E->isValueDependent(),
468 /*TypeDependent=*/false, base->isValueDependent(),
546 /*TypeDependent=*/false, base->isValueDependent(),
569 Base->isValueDependent(), Base->isInstantiationDependent(),
784 base->isValueDependent() || key->isValueDependent(),
    [all...]
Expr.h 91 /// isValueDependent - Determines whether this expression is
98 bool isValueDependent() const { return ExprBits.ValueDependent; }
693 (SourceExpr && SourceExpr->isValueDependent()),
    [all...]
ExprCXX.h 471 Operand->isTypeDependent() || Operand->isValueDependent(),
828 SubExpr->isValueDependent(),
    [all...]
  /external/clang/lib/AST/
Expr.cpp 202 if (Init->isValueDependent()) {
800 fn->isValueDependent(),
810 if (args[i]->isValueDependent())
828 fn->isValueDependent(),
838 if (args[i]->isValueDependent())
    [all...]
ExprCXX.cpp 164 /*isValueDependent=*/Base->isValueDependent(),
747 if (args[i]->isValueDependent())
    [all...]
Type.cpp     [all...]
Decl.cpp     [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 204 Alignment->isValueDependent() ||
SemaDeclAttr.cpp 881 if (Ex->isTypeDependent() || Ex->isValueDependent() ||
    [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp 302 if (!LHSVal->isTypeDependent() && !LHSVal->isValueDependent()) {
310 if (RHSVal && !RHSVal->isTypeDependent() && !RHSVal->isValueDependent()) {
609 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
650 if (Lo->isTypeDependent() || Lo->isValueDependent()) {
693 CS->getRHS()->isValueDependent()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaType.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
SemaExpr.cpp 273 if (sentinelExpr->isValueDependent()) return;
    [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp 323 assert((Value->isTypeDependent() || Value->isValueDependent()) &&
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 443 !S->isValueDependent() &&
451 S->isTypeDependent() || S->isValueDependent())
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 256 Record.push_back(E->isValueDependent());
    [all...]

Completed in 202 milliseconds

1 2