Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAttr.cpp310 !checkSectionName(SegmentName->getLocStart(), SegmentName->getString())) in ActOnPragmaMSSeg()
DSemaDeclAttr.cpp2631 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() function in Sema
2648 if (!S.checkSectionName(LiteralLoc, Str)) in handleSectionAttr()
/external/clang/include/clang/Sema/
DSema.h3020 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);