Home
last modified time | relevance | path

Searched refs:LiteralLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp1539 SourceLocation LiteralLoc; in handleTLSModelAttr() local
1541 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Model, &LiteralLoc)) in handleTLSModelAttr()
1547 S.Diag(LiteralLoc, diag::err_attr_tlsmodel_arg); in handleTLSModelAttr()
2044 SourceLocation LiteralLoc; in handleVisibilityAttr() local
2045 if (!S.checkStringLiteralArgumentAttr(Attr, 0, TypeStr, &LiteralLoc)) in handleVisibilityAttr()
2050 S.Diag(LiteralLoc, diag::warn_attribute_type_not_supported) in handleVisibilityAttr()
2376 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName() argument
2379 Diag(LiteralLoc, diag::err_attribute_section_invalid_for_target) << Error; in checkSectionName()
2389 SourceLocation LiteralLoc; in handleSectionAttr() local
2390 if (!S.checkStringLiteralArgumentAttr(Attr, 0, Str, &LiteralLoc)) in handleSectionAttr()
[all …]
/external/clang/include/clang/Sema/
DSema.h2741 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);