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

  /external/clang/include/clang/AST/
StmtOpenMP.h 87 assert(hasAssociatedStmt() && "no associated statement.");
194 bool hasAssociatedStmt() const { return NumChildren > 0; }
198 assert(hasAssociatedStmt() && "no associated statement.");
210 if (!hasAssociatedStmt())
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 918 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 246 milliseconds