Home
last modified time | relevance | path

Searched refs:checkSectionName (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp752 if (!checkSectionName(SegmentName->getBeginLoc(), SegmentName->getString())) in ActOnPragmaMSSeg()
H A DSemaDeclAttr.cpp3311 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() function in Sema
3328 if (!S.checkSectionName(LiteralLoc, Str)) in handleSectionAttr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4699 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);