Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp31 ASTContext &ASTC; member in __anon01ea2c360111::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(LangAS::Default)) {} in WalkAST()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp16222 const auto &ASTC = getASTContext(); in CheckArrayAccess() local
16223 unsigned AddrBits = ASTC.getTargetInfo().getPointerWidth( in CheckArrayAccess()
16228 ASTC.getTypeSizeInCharsIfKnown(EffectiveType); in CheckArrayAccess()
16264 << (unsigned)ASTC.toBits(*ElemCharUnits) in CheckArrayAccess()