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 505 if (!VisContext)
512 VisStack *Stack = static_cast<VisStack*>(VisContext);
523 /// FreeVisContext - Deallocate and null out VisContext.
525 delete static_cast<VisStack*>(VisContext);
526 VisContext = nullptr;
531 if (!S.VisContext)
532 S.VisContext = new VisStack;
534 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
577 if (!VisContext) {
583 VisStack *Stack = static_cast<VisStack*>(VisContext);
    [all...]
Sema.cpp 90 CodeSegStack(nullptr), VisContext(nullptr),
222 if (VisContext) FreeVisContext();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 333 /// VisContext - Manages the stack for \#pragma GCC visibility.
334 void *VisContext; // Really a "PragmaVisStack*"
    [all...]

Completed in 79 milliseconds