Searched refs:hasInit (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/AST/
H A DDumpXML.cpp477 if (D->hasInit()) dispatch(D->getInit());
H A DDecl.cpp1565 if (isOutOfLine() && (hasInit() ||
1578 if (hasInit())
H A DASTDumper.cpp862 if (D->hasInit()) {
/external/v8/tools/gcmole/
H A Dgcmole.cc1123 Environment out = var->hasInit() ? VisitStmt(var->getInit(), env) : env;
/external/clang/lib/Sema/
H A DSemaChecking.cpp3671 V->getType()->isReferenceType() && V->hasInit()) {
3833 if (V->hasInit()) {
H A DSemaExpr.cpp11118 !(Var->isStaticDataMember() && Var->hasInit())) {
/external/clang/include/clang/AST/
H A DDecl.h945 bool hasInit() const {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5287 bool hasInit = (ND->getInit() != 0); local
5290 if (hasInit)
5294 hasInit = false;
5334 if (!hasInit) {
H A DRewriteObjC.cpp4339 bool hasInit = (ND->getInit() != 0); local
4348 if (!hasInit) {
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1112 cast<VarDecl>(Global)->hasInit()) {

Completed in 256 milliseconds