Searched refs:VisContext (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp402 if (!VisContext)
409 VisStack *Stack = static_cast<VisStack*>(VisContext);
420 /// FreeVisContext - Deallocate and null out VisContext.
422 delete static_cast<VisStack*>(VisContext);
423 VisContext = nullptr;
428 if (!S.VisContext)
429 S.VisContext = new VisStack;
431 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
474 if (!VisContext) {
480 VisStack *Stack = static_cast<VisStack*>(VisContext);
[all...]
H A DSema.cpp89 VisContext(nullptr),
264 if (VisContext) FreeVisContext();
/external/clang/include/clang/Sema/
H A DSema.h430 /// VisContext - Manages the stack for \#pragma GCC visibility.
431 void *VisContext; // Really a "PragmaVisStack*" member in class:clang::Sema
7847 /// FreeVisContext - Deallocate and null out VisContext.

Completed in 77 milliseconds