HomeSort by: relevance | last modified time | path
    Searched refs:DefVD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2368 const VarDecl *DefVD = nullptr;
2369 const Expr *Init = getAnyInitializer(DefVD);
2374 if (!DefVD->mightBeUsableInConstantExpressions(Context))
2377 if (Context.getLangOpts().CPlusPlus && !DefVD->hasConstantInitialization())
2384 !Context.getLangOpts().CPlusPlus11 && !DefVD->hasICEInitializer(Context))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 7880 const VarDecl *DefVD = nullptr;
7883 if (!Var->getAnyInitializer(DefVD)) return true;
7884 assert(DefVD);
7885 if (DefVD->isWeak()) return false;
7886 EvaluatedStmt *Eval = DefVD->ensureEvaluatedStmt();

Completed in 89 milliseconds