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

  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtVisitor.h 42 CONDVAR_CASE(IfStmt)
  /frameworks/compile/slang/
slang_rs_ast_replace.h 75 void VisitIfStmt(clang::IfStmt *IS);
slang_rs_ast_replace.cpp 130 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) {
slang_rs_object_ref_count.cpp 262 void VisitIfStmt(clang::IfStmt *IS);
339 void DestructorVisitor::VisitIfStmt(clang::IfStmt *IS) {
    [all...]
  /external/clang/lib/AST/
ParentMap.cpp 121 return DirectChild == cast<IfStmt>(P)->getCond();
Stmt.cpp 674 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
684 VarDecl *IfStmt::getConditionVariable() const {
692 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
StmtPrinter.cpp 66 void PrintRawIfStmt(IfStmt *If);
189 void StmtPrinter::PrintRawIfStmt(IfStmt *If) {
211 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) {
221 void StmtPrinter::VisitIfStmt(IfStmt *If) {
    [all...]
StmtProfile.cpp 117 void StmtProfiler::VisitIfStmt(const IfStmt *S) {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 97 bool VisitIfStmt(IfStmt *S) {
Transforms.cpp 206 bool VisitIfStmt(IfStmt *S) {
  /external/clang/include/clang/AST/
Stmt.h 839 /// IfStmt - This represents an if/then/else.
841 class IfStmt : public Stmt {
849 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
853 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
866 /// If this IfStmt has a condition variable, return the faux DeclStmt
904 static bool classof(const IfStmt *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 396 HandleBranch(cast<IfStmt>(Term)->getCond(), Term, B, Pred);
BugReporterVisitors.cpp 509 Cond = cast<IfStmt>(Term)->getCond();
BugReporter.cpp 333 if (cast<IfStmt>(Parent)->getCond() != S)
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 896 VISIT(IfStmt);
1051 DECL_VISIT_STMT(IfStmt) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 342 CFGBlock *VisitIfStmt(IfStmt *I);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 127 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break;
375 void CodeGenFunction::EmitIfStmt(const IfStmt &S) {
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 171 void ASTStmtReader::VisitIfStmt(IfStmt *S) {
    [all...]
ASTWriterStmt.cpp 117 void ASTStmtWriter::VisitIfStmt(IfStmt *S) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 399 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
    [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 298 milliseconds