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 517 if (!VisContext)
524 VisStack *Stack = static_cast<VisStack*>(VisContext);
535 /// FreeVisContext - Deallocate and null out VisContext.
537 delete static_cast<VisStack*>(VisContext);
538 VisContext = nullptr;
543 if (!S.VisContext)
544 S.VisContext = new VisStack;
546 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
589 if (!VisContext) {
595 VisStack *Stack = static_cast<VisStack*>(VisContext);
    [all...]
Sema.cpp 87 CodeSegStack(nullptr), CurInitSeg(nullptr), VisContext(nullptr),
265 if (VisContext) FreeVisContext();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 397 /// VisContext - Manages the stack for \#pragma GCC visibility.
398 void *VisContext; // Really a "PragmaVisStack*"
    [all...]

Completed in 169 milliseconds