OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VisContext
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp
1048
if (!
VisContext
)
1055
VisStack *Stack = static_cast<VisStack*>(
VisContext
);
1066
/// FreeVisContext - Deallocate and null out
VisContext
.
1068
delete static_cast<VisStack*>(
VisContext
);
1069
VisContext
= nullptr;
1074
if (!S.
VisContext
)
1075
S.
VisContext
= new VisStack;
1077
VisStack *Stack = static_cast<VisStack*>(S.
VisContext
);
1182
if (!
VisContext
) {
1188
VisStack *Stack = static_cast<VisStack*>(
VisContext
);
[
all
...]
Sema.cpp
166
CurInitSeg(nullptr),
VisContext
(nullptr),
415
if (
VisContext
) FreeVisContext();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
725
///
VisContext
- Manages the stack for \#pragma GCC visibility.
726
void *
VisContext
; // Really a "PragmaVisStack*"
10027
/// FreeVisContext - Deallocate and null out
VisContext
.
Completed in 29 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026