OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CapturedVar
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
UncountedLambdaCapturesChecker.cpp
60
VarDecl *
CapturedVar
= C.getCapturedVar();
61
if (auto *CapturedVarType =
CapturedVar
->getType().getTypePtrOrNull()) {
64
reportBug(C,
CapturedVar
, CapturedVarType);
71
void reportBug(const LambdaCapture &Capture, VarDecl *
CapturedVar
,
73
assert(
CapturedVar
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
544
VarDecl *
CapturedVar
;
583
:
CapturedVar
(Var), Loc(Loc), EllipsisLoc(EllipsisLoc),
632
return
CapturedVar
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
12865
VarDecl *
CapturedVar
12868
if (!
CapturedVar
) {
12874
getSema().tryCaptureVariable(
CapturedVar
, C->getLocation(), Kind);
12886
VarDecl *
CapturedVar
12889
if (!
CapturedVar
||
CapturedVar
->isInvalidDecl()) {
12895
getSema().tryCaptureVariable(
CapturedVar
, C->getLocation(), Kind,
12965
VarDecl *
CapturedVar
= cast_or_null<VarDecl>(
12967
if (!
CapturedVar
||
CapturedVar
->isInvalidDecl()
[
all
...]
Completed in 31 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026