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

/external/clang/lib/Sema/
H A DSemaAttr.cpp426 !checkSectionName(SegmentName->getLocStart(), SegmentName->getString()))
H A DSemaDeclAttr.cpp2557 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { function in class:Sema
2574 if (!S.checkSectionName(LiteralLoc, Str))
/external/clang/include/clang/Sema/
H A DSema.h2946 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);

Completed in 78 milliseconds