HomeSort by relevance Sort by last modified time
    Searched refs:getNumForLoops (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/AST/
StmtProfile.cpp 299 if (C->getNumForLoops())
300 Profiler->VisitStmt(C->getNumForLoops());
317 if (auto *Num = C->getNumForLoops())
    [all...]
StmtPrinter.cpp 637 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
665 if (auto *Num = Node->getNumForLoops()) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 500 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
822 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 543 milliseconds