HomeSort by: relevance | last modified time | path
    Searched defs:VisitIfStmt (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 95 bool VisitIfStmt(IfStmt *S) {
Transforms.cpp 263 bool VisitIfStmt(IfStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 49 bool VisitIfStmt(const IfStmt *I);
106 bool FindIdenticalExprVisitor::VisitIfStmt(const IfStmt *I) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 650 void VisitIfStmt(const IfStmt *S) {
CoverageMappingGen.cpp 1361 void VisitIfStmt(const IfStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1436 void JSONNodeDumper::VisitIfStmt(const IfStmt *IS) {
TextNodeDumper.cpp 903 void TextNodeDumper::VisitIfStmt(const IfStmt *Node) {
StmtPrinter.cpp 274 void StmtPrinter::VisitIfStmt(IfStmt *If) {
StmtProfile.cpp 263 void StmtProfiler::VisitIfStmt(const IfStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 134 void ASTStmtWriter::VisitIfStmt(IfStmt *S) {
ASTReaderStmt.cpp 213 void ASTStmtReader::VisitIfStmt(IfStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 576 CFGBlock *VisitIfStmt(IfStmt *I);
2247 return VisitIfStmt(cast<IfStmt>(S));
2952 CFGBlock *CFGBuilder::VisitIfStmt(IfStmt *I) {
5237 void VisitIfStmt(IfStmt *I) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2022 void VisitIfStmt(const IfStmt *If);
2743 void EnqueueVisitor::VisitIfStmt(const IfStmt *If) {

Completed in 30 milliseconds