Home
last modified time | relevance | path

Searched refs:Captured (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp339 case Decl::Captured: in getDefinitiveDeclContext()
441 case Decl::Captured: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td105 def Captured : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp573 case Decl::Captured: in emitDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp974 case Captured: in getIdentifierNamespaceForKind()
1471 case Decl::Captured: in getPrimaryContext()
H A DDecl.cpp5566 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
H A DExpr.cpp911 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2168 case Decl::Captured:
H A DDecl.h4931 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp207 case Decl::Captured: in VisitDecl()
H A DCGDecl.cpp103 case Decl::Captured: in EmitDecl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2789 bool Captured = false; in computePointerICmp() member
2790 void tooManyUses() override { Captured = true; } in computePointerICmp()
2803 Captured = true; in computePointerICmp()
2809 if (!Tracker.Captured) in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp879 bool Captured = false; in foldAllocaCmp() member
886 void tooManyUses() override { Captured = true; } in foldAllocaCmp()
902 Captured = true; in foldAllocaCmp()
909 if (Tracker.Captured) in foldAllocaCmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3496 Expr *Captured = const_cast<Expr *>(GetArgAt(ArgIdx)); in checkLifetimeCaptureBy() local
3506 checkCaptureByLifetime(*this, CE, Captured); in checkLifetimeCaptureBy()