OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VisContext
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaAttr.cpp
307
if (!
VisContext
)
313
VisStack *Stack = static_cast<VisStack*>(
VisContext
);
324
/// FreeVisContext - Deallocate and null out
VisContext
.
326
delete static_cast<VisStack*>(
VisContext
);
327
VisContext
= 0;
332
if (!S.
VisContext
)
333
S.
VisContext
= new VisStack;
335
VisStack *Stack = static_cast<VisStack*>(S.
VisContext
);
387
if (
VisContext
) {
388
VisStack *Stack = static_cast<VisStack*>(
VisContext
);
[
all
...]
Sema.cpp
145
CurContext(0), PackContext(0), MSStructPragmaOn(false),
VisContext
(0),
188
if (
VisContext
) FreeVisContext();
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
218
///
VisContext
- Manages the stack for #pragma GCC visibility.
219
void *
VisContext
; // Really a "PragmaVisStack*"
[
all
...]
Completed in 316 milliseconds