Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp343 SourceLocation *ArgLocation) { in checkStringLiteralArgumentAttr() argument
352 if (ArgLocation) in checkStringLiteralArgumentAttr()
353 *ArgLocation = Loc->Loc; in checkStringLiteralArgumentAttr()
360 if (ArgLocation) in checkStringLiteralArgumentAttr()
361 *ArgLocation = ArgExpr->getBeginLoc(); in checkStringLiteralArgumentAttr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4319 SourceLocation *ArgLocation = nullptr);