HomeSort by relevance Sort by last modified time
    Searched refs:VisContext (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaAttr.cpp 309 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...]
Sema.cpp 79 PackContext(0), MSStructPragmaOn(false), VisContext(0),
177 if (VisContext) FreeVisContext();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 243 /// VisContext - Manages the stack for \#pragma GCC visibility.
244 void *VisContext; // Really a "PragmaVisStack*"
    [all...]

Completed in 2470 milliseconds