/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 71 void reportBug(const LambdaCapture &Capture, VarDecl *CapturedVar, in reportBug()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 552 for (const auto &Capture : Captures) { in addLambdaParameters() local 1695 const sema::Capture &Capture) { in BuildCaptureField() 1833 LambdaCapture Capture = [&] { in BuildLambdaExpr() local 2014 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
|
H A D | SemaCUDA.cpp | 804 const sema::Capture &Capture) { in CUDACheckLambdaCapture()
|
H A D | SemaOpenMP.cpp | 1302 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable() 7824 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture() 15200 ExprResult Sema::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
|
H A D | SemaInit.cpp | 6796 const LambdaCapture *Capture; member
|
H A D | SemaDecl.cpp | 7546 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
|
H A D | SemaExpr.cpp | 17182 void Sema::MarkCaptureUsedInEnclosingContext(VarDecl *Capture, in MarkCaptureUsedInEnclosingContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function 590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function 598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
|
H A D | Initialization.h | 209 struct C Capture; member
|
H A D | Sema.h | 218 class Capture; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 901 enum AtomicKind { Read, Write, Update, Capture }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1354 llvm::Optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local 1730 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local 2175 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 86 const CGBlockInfo::Capture *Capture; member 344 const BlockDecl::Capture *Capture; // null for 'this' member 1682 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities() local
|
H A D | CGDebugInfo.cpp | 4550 const BlockDecl::Capture *Capture; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 646 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local 1573 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 745 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 1265 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 367 using Capture = LambdaCapture; member
|
H A D | Decl.h | 4135 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1741 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
|
H A D | ASTWriter.cpp | 5582 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4590 for (const LambdaCapture &Capture : Node.captures()) { variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 2773 .. _volatile:
|