Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp316 SourceLocation *ArgLocation) { in checkStringLiteralArgumentAttr() argument
325 if (ArgLocation) in checkStringLiteralArgumentAttr()
326 *ArgLocation = Loc->Loc; in checkStringLiteralArgumentAttr()
333 if (ArgLocation) in checkStringLiteralArgumentAttr()
334 *ArgLocation = ArgExpr->getLocStart(); in checkStringLiteralArgumentAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp372 SourceLocation *ArgLocation) { in checkStringLiteralArgumentAttr() argument
381 if (ArgLocation) in checkStringLiteralArgumentAttr()
382 *ArgLocation = Loc->Loc; in checkStringLiteralArgumentAttr()
389 if (ArgLocation) in checkStringLiteralArgumentAttr()
390 *ArgLocation = ArgExpr->getBeginLoc(); in checkStringLiteralArgumentAttr()
/external/clang/include/clang/Sema/
DSema.h3019 SourceLocation *ArgLocation = nullptr);
/external/llvm-project/clang/include/clang/Sema/
DSema.h4150 SourceLocation *ArgLocation = nullptr);