HomeSort by: relevance | last modified time | path
    Searched defs:LoopVar (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 2459 // This function is responsible for attaching an initializer to LoopVar. We
2461 Decl *LoopVar = DS->getSingleDecl();
2462 if (LoopVar->isInvalidDecl() || !Range ||
2464 ActOnInitializerError(LoopVar);
2472 ActOnInitializerError(LoopVar);
2486 ActOnInitializerError(LoopVar);
2495 ActOnInitializerError(LoopVar);
2504 ActOnInitializerError(LoopVar);
2715 VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl());
2727 if (!LoopVar->isInvalidDecl() && Kind != BFRK_Check)
    [all...]
TreeTransform.h 2335 Expr *Inc, Stmt *LoopVar,
2355 return getSema().ActOnObjCForCollectionStmt(ForLoc, LoopVar,
2363 Range, Begin, End, Cond, Inc, LoopVar,
8182 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt());
8183 if (LoopVar.isInvalid())
8194 LoopVar.get() != S->getLoopVarStmt()) {
8200 Inc.get(), LoopVar.get(),
8202 if (NewStmt.isInvalid() && LoopVar.get() != S->getLoopVarStmt()) {
8205 cast<DeclStmt>(LoopVar.get())->getSingleDecl());
8222 Inc.get(), LoopVar.get()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2297 StmtResult LoopVar;

Completed in 27 milliseconds