OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PackContext
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaAttr.cpp
109
/// FreePackedContext - Deallocate and null out
PackContext
.
111
delete static_cast<PragmaPackStack*>(
PackContext
);
112
PackContext
= nullptr;
117
if (!
PackContext
)
120
PragmaPackStack *Stack = static_cast<PragmaPackStack*>(
PackContext
);
146
if (!
PackContext
)
147
PackContext
= new PragmaPackStack();
149
PragmaPackStack *Context = static_cast<PragmaPackStack*>(
PackContext
);
214
if (!
PackContext
)
215
PackContext
= new PragmaPackStack()
[
all
...]
Sema.cpp
85
PackContext
(nullptr), MSStructPragmaOn(false),
221
if (
PackContext
) FreePackedContext();
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
263
///
PackContext
- Manages the stack for \#pragma pack. An alignment
265
void *
PackContext
; // Really a "PragmaPackStack*"
[
all
...]
Completed in 732 milliseconds