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 335 if (!VisContext)
342 VisStack *Stack = static_cast<VisStack*>(VisContext);
353 /// FreeVisContext - Deallocate and null out VisContext.
355 delete static_cast<VisStack*>(VisContext);
356 VisContext = 0;
361 if (!S.VisContext)
362 S.VisContext = new VisStack;
364 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
416 if (!VisContext) {
422 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 266 /// VisContext - Manages the stack for \#pragma GCC visibility.
267 void *VisContext; // Really a "PragmaVisStack*"
    [all...]

Completed in 902 milliseconds