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