OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkipLocalVariables
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
5677
/*
SkipLocalVariables
=*/true);
18655
bool
SkipLocalVariables
;
18657
EvaluatedExprMarker(Sema &S, bool
SkipLocalVariables
)
18658
: Inherited(S),
SkipLocalVariables
(
SkipLocalVariables
) {}
18666
if (
SkipLocalVariables
) {
18688
/// \param
SkipLocalVariables
If true, don't mark local variables as
18691
bool
SkipLocalVariables
) {
18692
EvaluatedExprMarker(*this,
SkipLocalVariables
).Visit(E);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
5045
bool
SkipLocalVariables
= false);
Completed in 77 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026