Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3819 SourceLocation ParamStartLoc = CurTok.getLocation(); in LexEmbedParameters() local
3837 PPEmbedParameterLimit{*Limit, {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3846 *Offset, {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3855 std::move(Soup), {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3864 std::move(Soup), {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3873 std::move(Soup), {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3885 Diag(ParamStartLoc, diag::err_pp_unknown_parameter) << 1 << Parameter; in LexEmbedParameters()