Home
last modified time | relevance | path

Searched refs:ASTC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp31 ASTContext &ASTC; member in __anonae348b6f0111::WalkAST
40 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(0)) {} in WalkAST()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp956 const ObjCMigrateASTConsumer &ASTC, in ReplaceWithInstancetype() argument
973 edit::Commit commit(*ASTC.Editor); in ReplaceWithInstancetype()
975 ASTC.Editor->commit(commit); in ReplaceWithInstancetype()
978 static void ReplaceWithClasstype(const ObjCMigrateASTConsumer &ASTC, in ReplaceWithClasstype() argument
995 edit::Commit commit(*ASTC.Editor); in ReplaceWithClasstype()
997 ASTC.Editor->commit(commit); in ReplaceWithClasstype()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp15936 const auto &ASTC = getASTContext(); in CheckArrayAccess() local
15938 ASTC.getTargetInfo().getPointerWidth(ASTC.getTargetAddressSpace( in CheckArrayAccess()
15943 ASTC.getTypeSizeInCharsIfKnown(EffectiveType); in CheckArrayAccess()
15979 << (unsigned)ASTC.toBits(*ElemCharUnits) in CheckArrayAccess()