Lines Matching refs:ArgLoc
6903 SourceLocation ArgLoc; in handleHLSLShaderAttr() local
6904 if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleHLSLShaderAttr()
6910 << AL << Str << ArgLoc; in handleHLSLShaderAttr()
7004 SourceLocation ArgLoc; in handleARMInterruptAttr() local
7008 else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleARMInterruptAttr()
7014 << ArgLoc; in handleARMInterruptAttr()
7081 SourceLocation ArgLoc; in handleMipsInterruptAttr() local
7085 else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleMipsInterruptAttr()
7310 SourceLocation ArgLoc; in handleWebAssemblyExportNameAttr() local
7311 if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleWebAssemblyExportNameAttr()
7363 SourceLocation ArgLoc; in handleWebAssemblyImportModuleAttr() local
7364 if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleWebAssemblyImportModuleAttr()
7380 SourceLocation ArgLoc; in handleWebAssemblyImportNameAttr() local
7381 if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleWebAssemblyImportNameAttr()
7406 SourceLocation ArgLoc; in handleRISCVInterruptAttr() local
7411 else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc)) in handleRISCVInterruptAttr()
7442 << ArgLoc; in handleRISCVInterruptAttr()