Searched refs:LiteralLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1626 SourceLocation LiteralLoc; in handleTLSModelAttr() local 1628 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Model, &LiteralLoc)) in handleTLSModelAttr() 1634 S.Diag(LiteralLoc, diag::err_attr_tlsmodel_arg); in handleTLSModelAttr() 2293 SourceLocation LiteralLoc; in handleVisibilityAttr() local 2294 if (!S.checkStringLiteralArgumentAttr(Attr, 0, TypeStr, &LiteralLoc)) in handleVisibilityAttr() 2299 S.Diag(LiteralLoc, diag::warn_attribute_type_not_supported) in handleVisibilityAttr() 2631 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() argument 2634 Diag(LiteralLoc, diag::err_attribute_section_invalid_for_target) << Error; in checkSectionName() 2644 SourceLocation LiteralLoc; in handleSectionAttr() local 2645 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Str, &LiteralLoc)) in handleSectionAttr() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3020 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str); 3021 void checkTargetAttr(SourceLocation LiteralLoc, StringRef Str);
|