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

1 2

  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 68 if (const IfStmt *Node = Result.Nodes.getStmtAs<IfStmt>(Id)) {
  /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 259 void VisitIfStmt(clang::IfStmt *IS);
336 void DestructorVisitor::VisitIfStmt(clang::IfStmt *IS) {
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 234 IfStmt *If = new (C) IfStmt(C, SourceLocation(), 0, UO, CS);
314 // Construct the body of the IfStmt.
338 new (C) IfStmt(C, SourceLocation(), 0, Comparison, Body,
CFG.cpp 379 CFGBlock *VisitIfStmt(IfStmt *I);
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 68 void PrintRawIfStmt(IfStmt *If);
191 void StmtPrinter::PrintRawIfStmt(IfStmt *If) {
216 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) {
226 void StmtPrinter::VisitIfStmt(IfStmt *If) {
    [all...]
ParentMap.cpp 189 return DirectChild == cast<IfStmt>(P)->getCond();
Stmt.cpp 824 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
834 VarDecl *IfStmt::getConditionVariable() const {
842 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
    [all...]
StmtProfile.cpp 117 void StmtProfiler::VisitIfStmt(const IfStmt *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 98 bool VisitIfStmt(IfStmt *S) {
Transforms.cpp 267 bool VisitIfStmt(IfStmt *S) {
  /external/clang/include/clang/AST/
Stmt.h 842 /// IfStmt - This represents an if/then/else.
844 class IfStmt : public Stmt {
852 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
856 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
869 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 824 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 402 HandleBranch(cast<IfStmt>(Term)->getCond(), Term, B, Pred);
BugReporter.cpp 433 if (cast<IfStmt>(Parent)->getCond() != S)
    [all...]
BugReporterVisitors.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 894 VISIT(IfStmt);
1049 DECL_VISIT_STMT(IfStmt) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 896 VISIT(IfStmt);
1051 DECL_VISIT_STMT(IfStmt) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 129 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break;
426 void CodeGenFunction::EmitIfStmt(const IfStmt &S) {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 529 const IfStmt *IS = cast<IfStmt>(Term);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 184 void ASTStmtReader::VisitIfStmt(IfStmt *S) {
    [all...]

Completed in 297 milliseconds

1 2