OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LambdaCapture
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
LambdaCapture.h
1
//===---
LambdaCapture
.h - Types for C++ Lambda Captures --------*- C++ -*-===//
10
/// Defines the
LambdaCapture
class.
25
class
LambdaCapture
{
73
LambdaCapture
(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
25
#include "clang/AST/
LambdaCapture
.h"
1083
LambdaCapture
::
LambdaCapture
(SourceLocation Loc, bool Implicit,
1113
LambdaCaptureKind
LambdaCapture
::getCaptureKind() const {
1207
bool LambdaExpr::isInitCapture(const
LambdaCapture
*C) const {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
2667
struct
LambdaCapture
{
2677
LambdaCapture
(LambdaCaptureKind Kind, SourceLocation Loc,
2690
SmallVector<
LambdaCapture
, 4> Captures;
2704
Captures.push_back(
LambdaCapture
(Kind, Loc, Id, EllipsisLoc, InitKind, Init,
Completed in 23 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026