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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1095 SourceLocation LiteralLoc; local
1096 if (!S.checkStringLiteralArgumentAttr(AL, I, BuiltinName, &LiteralLoc))
1102 S.Diag(LiteralLoc, diag::warn_attribute_no_builtin_invalid_builtin_name)
1905 SourceLocation LiteralLoc; local
1907 if (!S.checkStringLiteralArgumentAttr(AL, 0, Model, &LiteralLoc))
1913 S.Diag(LiteralLoc, diag::err_attr_tlsmodel_arg);
2573 SourceLocation LiteralLoc; local
2574 if (!S.checkStringLiteralArgumentAttr(AL, 0, TypeStr, &LiteralLoc))
2579 S.Diag(LiteralLoc, diag::warn_attribute_type_not_supported) << AL
2950 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRe argument
2964 SourceLocation LiteralLoc; local
2986 checkCodeSegName(Sema &S, SourceLocation LiteralLoc, StringRef CodeSegName) argument
3020 SourceLocation LiteralLoc; local
3041 checkTargetAttr(SourceLocation LiteralLoc, StringRef AttrStr) argument
3085 SourceLocation LiteralLoc; local
5432 SourceLocation LiteralLoc; local
6197 SourceLocation LiteralLoc; local
6310 SourceLocation LiteralLoc; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3821 bool checkSectionName(SourceLocation LiteralLoc, StringRef Str);
3822 bool checkTargetAttr(SourceLocation LiteralLoc, StringRef Str);

Completed in 143 milliseconds