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

  /frameworks/compile/slang/
slang_rs_ast_replace.h 73 void VisitDoStmt(clang::DoStmt *DS);
slang_rs_ast_replace.cpp 104 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) {
slang_rs_object_ref_count.cpp 260 void VisitDoStmt(clang::DoStmt *DS);
325 void DestructorVisitor::VisitDoStmt(clang::DoStmt *DS) {
    [all...]
  /external/clang/lib/AST/
ParentMap.cpp 107 return DirectChild == cast<DoStmt>(P)->getCond();
StmtProfile.cpp 123 void StmtProfiler::VisitDoStmt(const DoStmt *S) {
StmtPrinter.cpp 232 void StmtPrinter::VisitDoStmt(DoStmt *Node) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 81 bool VisitDoStmt(DoStmt *S) {
Transforms.cpp 235 bool VisitDoStmt(DoStmt *S) {
  /external/clang/include/clang/AST/
Stmt.h 910 /// DoStmt - This represents a 'do/while' stmt.
912 class DoStmt : public Stmt {
920 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL,
928 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { }
951 static bool classof(const DoStmt *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 128 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S)); break;
505 void CodeGenFunction::EmitDoStmt(const DoStmt &S) {
    [all...]
CodeGenFunction.cpp 456 if (isa<SwitchStmt>(S) || isa<WhileStmt>(S) || isa<DoStmt>(S) ||
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 333 CFGBlock *VisitDoStmt(DoStmt *D);
929 return VisitDoStmt(cast<DoStmt>(S));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 361 HandleBranch(cast<DoStmt>(Term)->getCond(), Term, B, Pred);
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 182 void ASTStmtReader::VisitDoStmt(DoStmt *S) {
    [all...]
ASTWriterStmt.cpp 142 void ASTStmtWriter::VisitDoStmt(DoStmt *S) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]

Completed in 1482 milliseconds