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.cpp2084 SourceLocation RemovalDiagLoc; in ActOnStringLiteral() local
2087 if (RemovalDiagLoc.isInvalid()) in ActOnStringLiteral()
2088 RemovalDiagLoc = Tok.getLocation(); in ActOnStringLiteral()
2095 Diag(RemovalDiagLoc, RemovalDiag); in ActOnStringLiteral()