Searched refs:LiteralLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1581 SourceLocation LiteralLoc; in handleTLSModelAttr() local 1583 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Model, &LiteralLoc)) in handleTLSModelAttr() 1589 S.Diag(LiteralLoc, diag::err_attr_tlsmodel_arg); in handleTLSModelAttr() 2225 SourceLocation LiteralLoc; in handleVisibilityAttr() local 2226 if (!S.checkStringLiteralArgumentAttr(Attr, 0, TypeStr, &LiteralLoc)) in handleVisibilityAttr() 2231 S.Diag(LiteralLoc, diag::warn_attribute_type_not_supported) in handleVisibilityAttr() 2557 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() argument 2560 Diag(LiteralLoc, diag::err_attribute_section_invalid_for_target) << Error; in checkSectionName() 2570 SourceLocation LiteralLoc; in handleSectionAttr() local 2571 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Str, &LiteralLoc)) in handleSectionAttr() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2946 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str); 2947 void checkTargetAttr(SourceLocation LiteralLoc, StringRef Str);
|