Searched defs:ASTC (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp32 ASTContext &ASTC; member in class:__anon18215::WalkAST
41 return (ASTC.getTypeSize(T) == PtrWidth);
69 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp834 const ObjCMigrateASTConsumer &ASTC,
851 edit::Commit commit(*ASTC.Editor);
853 ASTC.Editor->commit(commit);
856 static void ReplaceWithClasstype(const ObjCMigrateASTConsumer &ASTC, argument
873 edit::Commit commit(*ASTC.Editor);
875 ASTC.Editor->commit(commit);
833 ReplaceWithInstancetype(ASTContext &Ctx, const ObjCMigrateASTConsumer &ASTC, ObjCMethodDecl *OM) argument

Completed in 625 milliseconds