Home
last modified time | relevance | path

Searched refs:Ctx (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DSolverTest.cpp50 auto X = Ctx.atom(); in TEST()
60 auto X = Ctx.atom(); in TEST()
71 auto X = Ctx.atom(); in TEST()
80 auto X = Ctx.atom(); in TEST()
216 auto XIffYDNF = Ctx.disj(Ctx.conj(X, Y), Ctx.conj(NotX, NotY)); in TEST()
217 auto NotEquivalent = Ctx.neg(Ctx.iff(XIffY, XIffYDNF)); in TEST()
294 auto A = Ctx.iff(Ctx.neg(Ctx.disj(X, Y)), Ctx.conj(Ctx.neg(X), Ctx.neg(Y))); in TEST()
297 auto B = Ctx.iff(Ctx.neg(Ctx.conj(Z, W)), Ctx.disj(Ctx.neg(Z), Ctx.neg(W))); in TEST()
319 auto XImpliesYDNF = Ctx.disj(Ctx.neg(X), Y); in TEST()
320 auto NotEquivalent = Ctx.neg(Ctx.iff(XImpliesY, XImpliesYDNF)); in TEST()
[all …]
H A DDebugSupportTest.cpp47 auto B = Ctx.conj(Ctx.atom(), Ctx.atom()); in TEST()
58 auto B = Ctx.disj(Ctx.atom(), Ctx.atom()); in TEST()
69 auto B = Ctx.impl(Ctx.atom(), Ctx.atom()); in TEST()
80 auto B = Ctx.iff(Ctx.atom(), Ctx.atom()); in TEST()
93 auto B = Ctx.disj(Ctx.conj(B0, Ctx.neg(B1)), Ctx.conj(Ctx.neg(B0), B1)); in TEST()
113 Ctx.conj(Ctx.atom(), Ctx.disj(Ctx.atom(), Ctx.atom())))); in TEST()
143 auto B = Ctx.disj(Ctx.conj(Cond, Ctx.conj(Then, Ctx.neg(Else))), in TEST()
169 auto B = Ctx.disj(Ctx.conj(False, Ctx.atom()), Ctx.disj(True, Ctx.atom())); in TEST()
305 auto Iff = Ctx.conj(Ctx.disj(Ctx.neg(B0), B1), Ctx.disj(B0, Ctx.neg(B1))); in TEST()
337 auto XOR = Ctx.disj(Ctx.conj(B0, Ctx.neg(B1)), Ctx.conj(Ctx.neg(B0), B1)); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp58 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
68 switch (Ctx->emitDwarfUnwindInfo()) { in initMachOMCObjectFileInfo()
325 Ctx->getMachOSection(Ctx->getSwift5ReflectionSegmentName().data(), \ in initMachOMCObjectFileInfo()
396 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
560 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
564 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
570 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
786 PDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
790 XDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
924 TextSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
[all …]
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DMacroExpansionContextTest.cpp71 Ctx->registerForPreprocessor(PP); in getMacroExpansionContextFor()
84 return Ctx; in getMacroExpansionContextFor()
97 Ctx.dumpExpandedTextsToStream(OS); in dumpExpandedTexts()
104 Ctx.dumpExpansionRangesToStream(OS); in dumpExpansionRanges()
120 dumpExpandedTexts(*Ctx)); in TEST_F()
122 dumpExpansionRanges(*Ctx)); in TEST_F()
254 Ctx->getExpandedText(at(3, 3)).value()); in TEST_F()
256 Ctx->getOriginalText(at(3, 3)).value()); in TEST_F()
259 Ctx->getExpandedText(at(4, 3)).value()); in TEST_F()
263 Ctx->getExpandedText(at(8, 3)).value()); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/unittests/AST/
H A DSizelessTypesTest.cpp24 ASTContext &Ctx = AST->getASTContext(); member
53 ASSERT_FALSE(Ctx.getPointerType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F()
55 Ctx.getLValueReferenceType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F()
57 Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F()
61 ASSERT_TRUE(Ctx.SveInt8Ty->isSizelessType()); in TEST_F()
62 ASSERT_TRUE(Ctx.SveInt16Ty->isSizelessType()); in TEST_F()
77 ASSERT_TRUE(Ctx.SveBoolTy->isSizelessType()); in TEST_F()
79 ASSERT_FALSE(Ctx.VoidTy->isSizelessType()); in TEST_F()
83 ASSERT_FALSE(Ctx.getPointerType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F()
84 ASSERT_FALSE(Ctx.getLValueReferenceType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F()
[all …]
H A DDeclTest.cpp80 ASTContext &Ctx = AST->getASTContext(); in TEST() local
91 DeclF->addAttr(::new (Ctx) AsmLabelAttr(Ctx, SourceLocation(), "foo", in TEST()
93 DeclG->addAttr(::new (Ctx) AsmLabelAttr(Ctx, SourceLocation(), "goo", in TEST()
99 ItaniumMangleContext::create(Ctx, Diags)); in TEST()
123 ASTContext &Ctx = AST->getASTContext(); in TEST() local
150 ASTContext &Ctx = AST->getASTContext(); in TEST() local
151 const auto &SM = Ctx.getSourceManager(); in TEST()
168 ASTContext &Ctx = AST->getASTContext(); in TEST() local
193 ASTContext &Ctx = AST->getASTContext(); in TEST() local
196 match(functionDecl().bind("f"), Ctx); in TEST()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DNSAPI.cpp47 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector()
66 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector()
69 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector()
83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector()
86 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector()
103 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray")); in getNSArraySelector()
109 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex")); in getNSArraySelector()
120 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject")); in getNSArraySelector()
161 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary")); in getNSDictionarySelector()
262 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject")); in getNSSetSelector()
[all …]
H A DQualTypeNames.cpp31 const ASTContext &Ctx,
50 const ASTContext &Ctx, const Decl *decl,
71 Ctx, NNS, WithGlobalNsPrefix); in getFullyQualifiedTemplateName()
87 Ctx.getQualifiedTemplateName(NNS, in getFullyQualifiedTemplateName()
138 Ctx, Arg, WithGlobalNsPrefix); in getFullyQualifiedTemplateType()
169 Ctx, Arg, WithGlobalNsPrefix); in getFullyQualifiedTemplateType()
231 Ctx, in getFullyQualifiedNestedNameSpecifier()
354 Ctx, in createNestedNameSpecifier()
374 Ctx, createOuterNNS(Ctx, TD, FullyQualify, WithGlobalNsPrefix), in createNestedNameSpecifier()
388 QT = Ctx.getPointerType(QT); in getFullyQualifiedType()
[all …]
H A DExprClassification.cpp43 if (!Ctx.getLangOpts().CPlusPlus) { in ClassifyImpl()
213 return ClassifyInternal(Ctx, in ClassifyInternal()
323 return ClassifyUnnamed(Ctx, cast<CallExpr>(E)->getCallReturnType(Ctx)); in ClassifyInternal()
373 return ClassifyUnnamed(Ctx, in ClassifyInternal()
471 (Ctx.getLangOpts().CPlusPlus && in ClassifyDecl()
498 if (E->getType() == Ctx.UnknownAnyTy) in ClassifyMemberExpr()
503 if (!Ctx.getLangOpts().CPlusPlus) { in ClassifyMemberExpr()
513 return ClassifyInternal(Ctx, Base); in ClassifyMemberExpr()
555 assert(Ctx.getLangOpts().CPlusPlus && in ClassifyBinaryOp()
655 if (Ctx.getLangOpts().OpenCL && in IsModifiable()
[all …]
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp71 if (Ctx.Ptr == Ctx.End) in readUint8()
77 if (Ctx.Ptr + 4 > Ctx.End) in readUint32()
85 if (Ctx.Ptr + 4 > Ctx.End) in readFloat32()
94 if (Ctx.Ptr + 8 > Ctx.End) in readFloat64()
303 Ctx.Ptr = Ctx.Start + 4; in WasmObjectFile()
336 Ctx.Ptr = Ctx.Start; in parseSection()
385 if (Ctx.Ptr != Ctx.End) in parseDylinkSection()
444 if (Ctx.Ptr != Ctx.End) in parseDylink0Section()
510 if (Ctx.Ptr != Ctx.End) in parseNameSection()
891 if (Ctx.Ptr != Ctx.End) in parseProducersSection()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp49 if (Ctx) { in signed_width()
68 if (Ctx) { in unsigned_width()
106 adjustBranch(Size, Fixup, Value, Ctx); in fixup_call()
213 MCContext *Ctx = nullptr) { in lo8() argument
215 ldi::fixup(Size, Fixup, Value, Ctx); in lo8()
219 MCContext *Ctx = nullptr) { in hi8() argument
221 ldi::fixup(Size, Fixup, Value, Ctx); in hi8()
225 MCContext *Ctx = nullptr) { in hh8() argument
227 ldi::fixup(Size, Fixup, Value, Ctx); in hh8()
233 ldi::fixup(Size, Fixup, Value, Ctx); in ms8()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp162 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
166 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
195 &Ctx.Idents.get("buttonWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
196 &Ctx.Idents.get("target"), &Ctx.Idents.get("action")}; in initUIMethods()
203 &Ctx.Idents.get("buttonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods()
233 &Ctx.Idents.get("actionWithTitle"), &Ctx.Idents.get("style"), in initUIMethods()
281 &Ctx.Idents.get("setLabel"), &Ctx.Idents.get("forSegment")}; in initUIMethods()
361 &Ctx.Idents.get("initWithName"), &Ctx.Idents.get("target"), in initUIMethods()
439 &Ctx.Idents.get("order"), &Ctx.Idents.get("handler")}; in initUIMethods()
552 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("style"), in initUIMethods()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp126 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
131 Ctx.SelfArg = ME->getBase(); in translateAttrExpr()
140 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr()
144 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr()
147 Ctx.SelfArg = DeclExp; in translateAttrExpr()
152 if (SelfDecl && !Ctx.SelfArg) { in translateAttrExpr()
156 Ctx.SelfArg = &SelfDRE; in translateAttrExpr()
306 if (Ctx && Ctx->FunArgs) { in translateDeclRefExpr()
313 return translate(Ctx->FunArgs[I], Ctx->Prev); in translateDeclRefExpr()
330 if (Ctx && Ctx->SelfArg) in translateCXXThisExpr()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp51 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"), in createPipeliningMetadata()
107 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata()
159 Ctx, MDString::get(Ctx, "llvm.loop.unroll_and_jam.disable"))); in createUnrollAndJamMetadata()
195 Ctx, {MDString::get(Ctx, "llvm.loop.unroll_and_jam.followup_outer"), in createUnrollAndJamMetadata()
200 Ctx, {MDString::get(Ctx, "llvm.loop.unroll_and_jam.followup_inner"), in createUnrollAndJamMetadata()
229 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.vectorize.enable"), in createLoopVectorizeMetadata()
243 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.isvectorized"))); in createLoopVectorizeMetadata()
311 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.vectorize.enable"), in createLoopVectorizeMetadata()
318 Ctx, in createLoopVectorizeMetadata()
369 Ctx, in createLoopDistributeMetadata()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCExpr.h527 return create(Add, LHS, RHS, Ctx); in createAdd()
532 return create(And, LHS, RHS, Ctx); in createAnd()
537 return create(Div, LHS, RHS, Ctx); in createDiv()
542 return create(EQ, LHS, RHS, Ctx); in createEQ()
547 return create(GT, LHS, RHS, Ctx); in createGT()
552 return create(GTE, LHS, RHS, Ctx); in createGTE()
562 return create(LOr, LHS, RHS, Ctx); in createLOr()
567 return create(LT, LHS, RHS, Ctx); in createLT()
572 return create(LTE, LHS, RHS, Ctx); in createLTE()
587 return create(NE, LHS, RHS, Ctx); in createNE()
[all …]
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp102 Ctx->markFail(); in test()
109 Ctx->markFail(); in test()
116 Ctx->markFail(); in test()
123 Ctx->markFail(); in test()
130 Ctx->markFail(); in test()
137 Ctx->markFail(); in test()
141 Ctx->markFail(); in test()
176 RunContext Ctx; in runTests() local
300 Ctx->markFail(); in testMatch()
342 Ctx->markFail(); in testProcessKilled()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp40 ProgramStateRef State = Ctx.getState(); in checkDoubleNonblocking()
48 Ctx.addTransition(ErrorNode->getState(), ErrorNode); in checkDoubleNonblocking()
53 Ctx.addTransition(State); in checkDoubleNonblocking()
75 ProgramStateRef State = Ctx.getState(); in checkUnmatchedWaits()
95 Ctx.addTransition(State); in checkUnmatchedWaits()
97 Ctx.addTransition(State, ErrorNode); in checkUnmatchedWaits()
103 ProgramStateRef State = Ctx.getState(); in checkMissingWaits()
129 Ctx.addTransition(State); in checkMissingWaits()
131 Ctx.addTransition(State, ErrorNode); in checkMissingWaits()
165 Ctx.getState(), SuperRegion, Ctx.getSValBuilder(), in allRegionsUsedByWait()
[all …]
H A DMPIChecker.h35 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall() argument
36 dynamicInit(Ctx); in checkPreCall()
37 checkUnmatchedWaits(CE, Ctx); in checkPreCall()
38 checkDoubleNonblocking(CE, Ctx); in checkPreCall()
42 dynamicInit(Ctx); in checkDeadSymbols()
43 checkMissingWaits(SymReaper, Ctx); in checkDeadSymbols()
46 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit() argument
50 .reset(new MPIFunctionClassifier{Ctx.getASTContext()}); in dynamicInit()
67 clang::ento::CheckerContext &Ctx) const;
73 clang::ento::CheckerContext &Ctx) const;
[all …]
/llvm-project-15.0.7/llvm/unittests/Linker/
H A DLinkModulesTest.cpp29 M.reset(new Module("MyModule", Ctx)); in SetUp()
31 Type::getInt8PtrTy(Ctx), Type::getInt32Ty(Ctx), false /*=isVarArg*/); in SetUp()
35 EntryBB = BasicBlock::Create(Ctx, "entry", F); in SetUp()
38 ExitBB = BasicBlock::Create(Ctx, "exit", F); in SetUp()
40 AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in SetUp()
63 LLVMContext Ctx; member in __anon596f68b70111::LinkModuleTest
134 Module *M = new Module("ExternalModule", Ctx); in getExternal()
136 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/); in getExternal()
148 static Module *getInternal(LLVMContext &Ctx) { in getInternal() argument
151 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/); in getInternal()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp186 return getOrCreateStructType("dx.types.Handle", Type::getInt8PtrTy(Ctx), Ctx); in getHandleType()
193 return Type::getVoidTy(Ctx); in getTypeFromParameterKind()
195 return Type::getHalfTy(Ctx); in getTypeFromParameterKind()
197 return Type::getFloatTy(Ctx); in getTypeFromParameterKind()
201 return Type::getInt1Ty(Ctx); in getTypeFromParameterKind()
203 return Type::getInt8Ty(Ctx); in getTypeFromParameterKind()
205 return Type::getInt16Ty(Ctx); in getTypeFromParameterKind()
207 return Type::getInt32Ty(Ctx); in getTypeFromParameterKind()
209 return Type::getInt64Ty(Ctx); in getTypeFromParameterKind()
215 return getHandleType(Ctx); in getTypeFromParameterKind()
[all …]
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DScalableVectorMVTsTest.cpp45 LLVMContext Ctx; in TEST() local
79 EVT V8i32 = EVT::getVectorVT(Ctx, MVT::i32, 8); in TEST()
91 LLVMContext Ctx; in TEST() local
93 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST()
113 LLVMContext Ctx; in TEST() local
117 Type *Ty = Enxv4f64.getTypeForEVT(Ctx); in TEST()
126 LLVMContext Ctx; in TEST() local
133 EVT v4i32 = EVT::getVectorVT(Ctx, MVT::i32, 4); in TEST()
134 EVT v2i32 = EVT::getVectorVT(Ctx, MVT::i32, 2); in TEST()
135 EVT v2i64 = EVT::getVectorVT(Ctx, MVT::i64, 2); in TEST()
[all …]
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() argument
33 ByteCodeStmtGen<Emitter> *Ctx; member in clang::interp::LabelScope
44 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()
45 OldContinueLabel(Ctx->ContinueLabel) { in LoopScope()
46 this->Ctx->BreakLabel = BreakLabel; in LoopScope()
47 this->Ctx->ContinueLabel = ContinueLabel; in LoopScope()
51 this->Ctx->BreakLabel = OldBreakLabel; in ~LoopScope()
69 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
72 this->Ctx->BreakLabel = BreakLabel; in SwitchScope()
73 this->Ctx->DefaultLabel = DefaultLabel; in SwitchScope()
[all …]
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h340 Ctx.getTypeSize(FromTy)); in getCastExpr()
361 *RetTy = Ctx.BoolTy; in getBinExpr()
369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
430 return fromData(Solver, Ctx, SD); in getSymExpr()
463 if (Ctx.getTypeSize(OperandTy) != Ctx.getTypeSize(Sym->getType())) { in getSymExpr()
583 NewInt = Int.extend(Ctx.getTypeSize(Ctx.BoolTy)); in fixAPSInt()
604 Solver, Ctx, LHS, LTy, RHS, RTy); in doTypeConversion()
610 Solver, Ctx, LHS, LTy, RHS, RTy); in doTypeConversion()
643 assert((Ctx.getTypeSize(LTy) == Ctx.getTypeSize(RTy)) && in doTypeConversion()
673 uint64_t LBitWidth = Ctx.getTypeSize(LTy); in doIntTypeConversion()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp140 Ctx.reportError(Fixup.getLoc(), in getRelocType()
148 Ctx.reportError(Fixup.getLoc(), in getRelocType()
170 Ctx.reportError(Fixup.getLoc(), in getRelocType()
204 Ctx.reportError(Fixup.getLoc(), in getRelocType()
228 Ctx.reportError(Fixup.getLoc(), in getRelocType()
243 Ctx.reportError(Fixup.getLoc(), in getRelocType()
258 Ctx.reportError(Fixup.getLoc(), in getRelocType()
317 Ctx.reportError(Fixup.getLoc(), in getRelocType()
366 Ctx.reportError(Fixup.getLoc(), in getRelocType()
381 Ctx.reportError(Fixup.getLoc(), in getRelocType()
[all …]
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp44 SourceManager &SM = Ctx.getSourceManager(); in isEmptyARCMTMacroStatement()
77 ASTContext &Ctx; member in __anon8879cf3e0111::EmptyChecker
82 : Ctx(ctx), MacroLocs(macroLocs) { } in EmptyChecker()
101 if (hasSideEffects(condE, Ctx)) in VisitIfStmt()
113 if (hasSideEffects(condE, Ctx)) in VisitWhileStmt()
123 if (hasSideEffects(condE, Ctx)) in VisitDoStmt()
133 if (hasSideEffects(Exp, Ctx)) in VisitObjCForCollectionStmt()
170 ASTContext &getContext() { return Pass.Ctx; } in getContext()
187 if (!EmptyChecker(Ctx, MacroLocs).Visit(I)) in isBodyEmpty()
194 ASTContext &Ctx = pass.Ctx; in cleanupDeallocOrFinalize() local
[all …]

12345678910>>...44