OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVLATypeCapture
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
606
return !isThisCapture() && !
isVLATypeCapture
();
612
bool
isVLATypeCapture
() const { return Kind == Cap_VLA; }
636
assert(
isVLATypeCapture
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
228
if (Cap.
isVLATypeCapture
() && Cap.getCapturedVLAType() == VAT)
SemaLambda.cpp
1566
if (Cap.
isVLATypeCapture
())
1679
if (From.
isVLATypeCapture
())
1736
if (Capture.
isVLATypeCapture
())
1847
} else if (From.
isVLATypeCapture
()) {
SemaStmt.cpp
4666
} else if (Cap.
isVLATypeCapture
()) {
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026