Searched refs:CurInitSeg (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp695 CurInitSeg = SegmentName->getString() == ".CRT$XCU" ? nullptr : SegmentName;
H A DSema.cpp166 CurInitSeg(nullptr), VisContext(nullptr),
H A DSemaDecl.cpp13082 if (CurInitSeg && var->getInit())
13083 var->addAttr(InitSegAttr::CreateImplicit(Context, CurInitSeg->getString(),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h722 StringLiteral *CurInitSeg; variable

Completed in 357 milliseconds