Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp342 SourceLocation *ArgLocation) { in checkStringLiteralArgumentAttr() argument
351 if (ArgLocation) in checkStringLiteralArgumentAttr()
352 *ArgLocation = Loc->Loc; in checkStringLiteralArgumentAttr()
359 if (ArgLocation) in checkStringLiteralArgumentAttr()
360 *ArgLocation = ArgExpr->getBeginLoc(); in checkStringLiteralArgumentAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4288 SourceLocation *ArgLocation = nullptr);