Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp763 if (!checkSectionName(SegmentName->getBeginLoc(), SegmentName->getString())) in ActOnPragmaMSSeg()
HDSemaDeclAttr.cpp2851 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() function in Sema
2868 if (!S.checkSectionName(LiteralLoc, Str)) in handleSectionAttr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4530 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);