Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1899 SourceLocation RemovalDiagLoc; in ActOnStringLiteral() local
1902 if (RemovalDiagLoc.isInvalid()) in ActOnStringLiteral()
1903 RemovalDiagLoc = Tok.getLocation(); in ActOnStringLiteral()
1910 Diag(RemovalDiagLoc, RemovalDiag); in ActOnStringLiteral()