Searched refs:ASTC (Results 1 – 3 of 3) sorted by relevance
31 ASTContext &ASTC; member in __anon01ea2c360111::WalkAST40 return (ASTC.getTypeSize(T) == PtrWidth); in isPointerSize()69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()), in WalkAST()75 PtrWidth(ASTC.getTargetInfo().getPointerWidth(LangAS::Default)) {} in WalkAST()
956 const ObjCMigrateASTConsumer &ASTC, in ReplaceWithInstancetype() argument973 edit::Commit commit(*ASTC.Editor); in ReplaceWithInstancetype()975 ASTC.Editor->commit(commit); in ReplaceWithInstancetype()978 static void ReplaceWithClasstype(const ObjCMigrateASTConsumer &ASTC, in ReplaceWithClasstype() argument995 edit::Commit commit(*ASTC.Editor); in ReplaceWithClasstype()997 ASTC.Editor->commit(commit); in ReplaceWithClasstype()
16222 const auto &ASTC = getASTContext(); in CheckArrayAccess() local16223 unsigned AddrBits = ASTC.getTargetInfo().getPointerWidth( in CheckArrayAccess()16228 ASTC.getTypeSizeInCharsIfKnown(EffectiveType); in CheckArrayAccess()16264 << (unsigned)ASTC.toBits(*ElemCharUnits) in CheckArrayAccess()