| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaWasm.cpp | 304 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleWebAssemblyImportModuleAttr() 320 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleWebAssemblyImportNameAttr() 347 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleWebAssemblyExportNameAttr()
|
| H A D | SemaSwift.cpp | 91 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str)) { in handleAttrAttr() 103 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, BT)) in handleBridge() 621 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Name, &Loc)) in handleName() 633 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Name, &Loc)) in handleAsyncName()
|
| H A D | SemaDeclAttr.cpp | 115 bool Sema::checkStringLiteralArgumentAttr(const AttributeCommonInfo &CI, in checkStringLiteralArgumentAttr() function in Sema 132 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr() function in Sema 160 return checkStringLiteralArgumentAttr(AL, ArgExpr, Str, ArgLocation); in checkStringLiteralArgumentAttr() 661 if (!S.checkStringLiteralArgumentAttr(AL, 1, Msg)) in checkFunctionConditionAttr() 690 if (!S.checkStringLiteralArgumentAttr(AL, 0, NewUserDiagnostic)) in handleErrorAttr() 843 if (!S.checkStringLiteralArgumentAttr(AL, 2, DefaultSevStr)) in handleDiagnoseIfAttr() 855 if (!S.checkStringLiteralArgumentAttr(AL, 3, WarningGroup)) in handleDiagnoseIfAttr() 914 if (!S.checkStringLiteralArgumentAttr(AL, I, BuiltinName, &LiteralLoc)) in handleNoBuiltinAttr() 1025 if (!S.checkStringLiteralArgumentAttr(AL, ArgIndex, StateString, &Loc)) in handleCallableWhenAttr() 1239 S.checkStringLiteralArgumentAttr(AL, 0, Message); in handleNoSpecializations() [all …]
|
| H A D | SemaMIPS.cpp | 255 else if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleInterruptAttr()
|
| H A D | SemaARM.cpp | 1252 if (!SemaRef.checkStringLiteralArgumentAttr(AL, I, StateName, &LiteralLoc)) in handleNewAttr() 1314 else if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleInterruptAttr()
|
| H A D | SemaStmtAttr.cpp | 64 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr)) in handleSuppressAttr()
|
| H A D | SemaType.cpp | 7160 if (!S.checkStringLiteralArgumentAttr(PAttr, 0, Str)) { in HandleSwiftAttr() 7720 if (!S.checkStringLiteralArgumentAttr(Attr, I, StateName, &LiteralLoc)) in handleArmAgnosticAttribute() 7755 if (!S.checkStringLiteralArgumentAttr(Attr, I, StateName, &LiteralLoc)) in handleArmStateAttribute() 8690 if (!S.checkStringLiteralArgumentAttr(PA, 0, Str)) in HandleAnnotateTypeAttr() 9044 if (!state.getSema().checkStringLiteralArgumentAttr(attr, 0, HandleType)) in processTypeAttrs()
|
| H A D | SemaRISCV.cpp | 1534 if (!SemaRef.checkStringLiteralArgumentAttr(AL, ArgIndex, TypeString, &Loc)) in handleInterruptAttr()
|
| H A D | SemaObjC.cpp | 2105 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, MetaDataName)) in handleRuntimeName()
|
| H A D | Sema.cpp | 2948 if (!checkStringLiteralArgumentAttr(AL, 0, Str)) in CreateAnnotationAttr()
|
| H A D | SemaHLSL.cpp | 1593 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleShaderAttr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 223 if (!S.checkStringLiteralArgumentAttr(*Attr, Args[0], Str)) in instantiateDependentAnnotationAttr()
|
| H A D | SemaOpenMP.cpp | 24819 if (!SemaRef.checkStringLiteralArgumentAttr(AL, 0, Str, &AttrStrLoc)) in handleOMPAssumeAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4860 bool checkStringLiteralArgumentAttr(const AttributeCommonInfo &CI, 4868 bool checkStringLiteralArgumentAttr(const ParsedAttr &Attr, unsigned ArgNum,
|