Searched refs:Captured (Results 1 – 16 of 16) sorted by relevance
38 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()40 void tooManyUses() override { Captured = true; } in tooManyUses()46 Captured = true; in captured()52 bool Captured; member63 IncludeI(IncludeI), Captured(false) {} in CapturesBefore()65 void tooManyUses() override { Captured = true; } in tooManyUses()101 Captured = true; in captured()111 bool Captured; member135 return SCT.Captured; in PointerMayBeCaptured()161 return CB.Captured; in PointerMayBeCapturedBefore()
124 case Decl::Captured: in getDefinitiveDeclContext()214 case Decl::Captured: in isRedeclarableDeclKind()
347 : Captured(false), SCCNodes(SCCNodes) {} in ArgumentUsesTracker()349 void tooManyUses() override { Captured = true; } in tooManyUses()353 if (!CS.getInstruction()) { Captured = true; return true; } in captured()356 if (!F || !SCCNodes.count(F)) { Captured = true; return true; } in captured()364 Captured = true; in captured()378 bool Captured; // True only if certainly captured (used outside our SCC). member578 if (!Tracker.Captured) { in AddArgumentAttrs()
75 [ perf record: Captured and wrote 0.267 MB perf.data (~11679 samples) ]129 [ perf record: Captured and wrote 0.963 MB perf.data (~42069 samples) ]
99 [ perf record: Captured and wrote 56.545 MB perf.data (~2470503 samples) ]
81 def Captured : Decl, DeclContext;
336 Captured variables are copied into the Block at the instant of342 Captured variables in Blocks on the stack are destroyed when control344 expression. Captured variables in Blocks on the heap are destroyed
598 case Captured: in getIdentifierNamespaceForKind()914 case Decl::Captured: in getPrimaryContext()
662 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
741 | Captured Len |779 o Captured Len: number of bytes captured from the packet (i.e. the793 the network. Can be different from Captured Len if the user wants797 link-layer headers. The length of this field is Captured Len. The
3580 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()3636 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
1204 case Decl::Captured: in isFunctionOrMethod()
174 case Decl::Captured: in VisitDecl()
78 case Decl::Captured: in EmitDecl()
5005 case Decl::Captured: in clang_getCursorDefinition()
3506 Captured substrings are returned to the caller via a vector of integers3862 Captured substrings can be accessed directly by using the offsets4601 Python, but unlike Perl. Captured values that are set outside a sub-