HomeSort by relevance Sort by last modified time
    Searched refs:IfStmt (Results 1 - 23 of 23) 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 117 return DirectChild == cast<IfStmt>(P)->getCond();
Stmt.cpp 610 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
620 VarDecl *IfStmt::getConditionVariable() const {
628 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
StmtPrinter.cpp 66 void PrintRawIfStmt(IfStmt *If);
172 void StmtPrinter::PrintRawIfStmt(IfStmt *If) {
194 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) {
204 void StmtPrinter::VisitIfStmt(IfStmt *If) {
    [all...]
StmtProfile.cpp 108 void StmtProfiler::VisitIfStmt(const IfStmt *S) {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 97 bool VisitIfStmt(IfStmt *S) {
Transforms.cpp 243 bool VisitIfStmt(IfStmt *S) {
  /external/clang/include/clang/AST/
Stmt.h 705 /// IfStmt - This represents an if/then/else.
707 class IfStmt : public Stmt {
715 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
719 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
732 /// If this IfStmt has a condition variable, return the faux DeclStmt
770 static bool classof(const IfStmt *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 508 Cond = cast<IfStmt>(Term)->getCond();
CoreEngine.cpp 367 HandleBranch(cast<IfStmt>(Term)->getCond(), Term, B, Pred);
BugReporter.cpp 277 if (cast<IfStmt>(Parent)->getCond() != S)
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 336 CFGBlock *VisitIfStmt(IfStmt *I);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 125 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break;
374 void CodeGenFunction::EmitIfStmt(const IfStmt &S) {
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 157 void ASTStmtReader::VisitIfStmt(IfStmt *S) {
    [all...]
ASTWriterStmt.cpp 109 void ASTStmtWriter::VisitIfStmt(IfStmt *S) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 372 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
    [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1066 milliseconds