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

  /external/clang/include/clang/AST/
StmtOpenMP.h 86 assert(hasAssociatedStmt() && "no associated statement.");
193 bool hasAssociatedStmt() const { return NumChildren > 0; }
197 assert(hasAssociatedStmt() && "no associated statement.");
209 if (!hasAssociatedStmt())
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 62 if (S.hasAssociatedStmt()) {
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 478 milliseconds