Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroArgs.h126 SourceLocation ExpansionLocStart,
H A DLexer.h191 SourceLocation ExpansionLocStart,
H A DPreprocessor.h1987 SourceLocation ExpansionLocStart = SourceLocation(),
/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroArgs.cpp210 SourceLocation ExpansionLocStart, in StringifyArgument() argument
305 ExpansionLocStart, ExpansionLocEnd); in StringifyArgument()
H A DPreprocessor.cpp496 SourceLocation ExpansionLocStart, in CreateString() argument
503 if (ExpansionLocStart.isValid()) in CreateString()
504 Loc = SourceMgr.createExpansionLoc(Loc, ExpansionLocStart, in CreateString()
H A DTokenLexer.cpp381 SourceLocation ExpansionLocStart = in ExpandFunctionArguments() local
389 UnexpArg, PP, Charify, ExpansionLocStart, ExpansionLocEnd); in ExpandFunctionArguments()
H A DLexer.cpp196 SourceLocation ExpansionLocStart, in Create_PragmaLexer() argument
218 ExpansionLocStart, in Create_PragmaLexer()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h360 SourceLocation ExpansionLocStart, ExpansionLocEnd; variable
371 return ExpansionLocStart; in getExpansionLocStart()
412 X.ExpansionLocStart = Start;
917 SourceLocation ExpansionLocStart,
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp640 SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, in createExpansionLoc() argument
645 SpellingLoc, ExpansionLocStart, ExpansionLocEnd, ExpansionIsTokenRange); in createExpansionLoc()