Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2193 SourceLocation RemovalDiagLoc; in ActOnStringLiteral() local
2196 if (RemovalDiagLoc.isInvalid()) in ActOnStringLiteral()
2197 RemovalDiagLoc = Tok.getLocation(); in ActOnStringLiteral()
2204 Diag(RemovalDiagLoc, RemovalDiag); in ActOnStringLiteral()