Searched defs:ExpansionLocStart (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | MacroArgs.cpp | 210 StringifyArgument(const Token * ArgToks,Preprocessor & PP,bool Charify,SourceLocation ExpansionLocStart,SourceLocation ExpansionLocEnd) StringifyArgument() argument
|
H A D | TokenLexer.cpp | 383 SourceLocation ExpansionLocStart = ExpandFunctionArguments() local
|
H A D | Preprocessor.cpp | 492 CreateString(StringRef Str,Token & Tok,SourceLocation ExpansionLocStart,SourceLocation ExpansionLocEnd) CreateString() argument
|
H A D | Lexer.cpp | 244 Create_PragmaLexer(SourceLocation SpellingLoc,SourceLocation ExpansionLocStart,SourceLocation ExpansionLocEnd,unsigned TokLen,Preprocessor & PP) Create_PragmaLexer() argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 373 SourceLocation ExpansionLocStart, ExpansionLocEnd; variable
|
/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 647 createExpansionLoc(SourceLocation SpellingLoc,SourceLocation ExpansionLocStart,SourceLocation ExpansionLocEnd,unsigned Length,bool ExpansionIsTokenRange,int LoadedID,SourceLocation::UIntTy LoadedOffset) createExpansionLoc() argument
|