Lines Matching defs:ACtx
82 ASTContext &ACtx = Mgr.getASTContext();
83 IdentifierInfo &II = ACtx.Idents.get(ErrnoVarName);
84 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II);
85 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) {
87 return ACtx.getSourceManager().isInSystemHeader(VD->getLocation()) &&
89 VD->getType().getCanonicalType() == ACtx.IntTy;
100 ASTContext &ACtx = C.getASTContext();
128 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl);
133 ACtx.IntTy, SVB.makeZeroArrayIndex(),