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

/external/clang/lib/Sema/
H A DSemaAttr.cpp316 if (!VisContext)
322 VisStack *Stack = static_cast<VisStack*>(VisContext);
333 /// FreeVisContext - Deallocate and null out VisContext.
335 delete static_cast<VisStack*>(VisContext);
336 VisContext = 0;
341 if (!S.VisContext)
342 S.VisContext = new VisStack;
344 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
396 if (!VisContext) {
402 VisStack *Stack = static_cast<VisStack*>(VisContext);
[all...]
H A DSema.cpp92 PackContext(0), MSStructPragmaOn(false), VisContext(0),
189 if (VisContext) FreeVisContext();
/external/clang/include/clang/Sema/
H A DSema.h234 /// VisContext - Manages the stack for \#pragma GCC visibility.
235 void *VisContext; // Really a "PragmaVisStack*" member in class:clang::Sema
6375 /// FreeVisContext - Deallocate and null out VisContext.

Completed in 86 milliseconds