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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp309 if (!VisContext)
316 VisStack *Stack = static_cast<VisStack*>(VisContext);
327 /// FreeVisContext - Deallocate and null out VisContext.
329 delete static_cast<VisStack*>(VisContext);
330 VisContext = 0;
335 if (!S.VisContext)
336 S.VisContext = new VisStack;
338 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
390 if (!VisContext) {
396 VisStack *Stack = static_cast<VisStack*>(VisContext);
[all...]
H A DSema.cpp79 PackContext(0), MSStructPragmaOn(false), VisContext(0),
177 if (VisContext) FreeVisContext();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h259 /// VisContext - Manages the stack for \#pragma GCC visibility.
260 void *VisContext; // Really a "PragmaVisStack*" member in class:clang::Sema
6658 /// FreeVisContext - Deallocate and null out VisContext.

Completed in 193 milliseconds