Searched defs:DclT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp7645 bool Sema::CheckForConstantInitializer(Expr *Init, QualType DclT) { argument
8013 QualType DclT = VDecl->getType(), SavT = DclT; local
8017 if (getLangOpts().DebuggerCastResultToId && DclT->isObjCObjectPointerType() &&
8046 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);
8067 if (!VDecl->isInvalidDecl() && (DclT != SavT))
8068 VDecl->setType(DclT);
8121 CheckForConstantInitializer(Init, DclT);
8157 if (DclT->isDependentType()) {
8165 } else if (!DclT
[all...]

Completed in 93 milliseconds