OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capturesThis
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
LambdaCapture.h
82
bool
capturesThis
() const {
Stmt.h
3509
bool
capturesThis
() const { return getCaptureKind() == VCK_This; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp
596
if (It->
capturesThis
())
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
391
if (C->
capturesThis
() || C->capturesVLAType())
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
1117
if (
capturesThis
())
DeclCXX.cpp
1558
if (C->
capturesThis
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
333
} else if (CurCap->
capturesThis
()) {
471
} else if (I->
capturesThis
()) {
480
if (DebugFunctionDecl && (CapVar || I->
capturesThis
())) {
585
assert(I->
capturesThis
());
CodeGenFunction.h
392
if (I->
capturesThis
())
CGOpenMPRuntime.cpp
8886
const ValueDecl *VD = Cap->
capturesThis
()
9116
if (CI.
capturesThis
()) {
10254
if (!CI->
capturesThis
())
CGDebugInfo.cpp
1453
} else if (C.
capturesThis
()) {
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
4617
return LC.
capturesThis
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
533
if (I.
capturesThis
() || I.capturesVariableArrayType())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
1139
if (C.
capturesThis
()) {
TreeTransform.h
12792
if (C->
capturesThis
()) {
12950
if (C->
capturesThis
()) {
SemaDecl.cpp
14121
} else if (C.
capturesThis
()) {
SemaOpenMP.cpp
3445
return C.
capturesThis
();
Completed in 124 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026