Searched defs:ExpansionLocEnd (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Lex/
H A DMacroArgs.cpp197 SourceLocation ExpansionLocEnd) {
291 ExpansionLocStart, ExpansionLocEnd);
300 SourceLocation ExpansionLocEnd) {
311 ExpansionLocEnd);
194 StringifyArgument(const Token *ArgToks, Preprocessor &PP, bool Charify, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd) argument
297 getStringifiedArgument(unsigned ArgNo, Preprocessor &PP, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd) argument
H A DTokenLexer.cpp194 SourceLocation ExpansionLocEnd = local
201 ExpansionLocEnd);
207 ExpansionLocEnd);
H A DPreprocessor.cpp461 SourceLocation ExpansionLocEnd) {
469 ExpansionLocEnd, Str.size());
459 CreateString(StringRef Str, Token &Tok, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd) argument
H A DLexer.cpp166 SourceLocation ExpansionLocEnd,
188 ExpansionLocEnd, TokLen);
164 Create_PragmaLexer(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLen, Preprocessor &PP) argument
/external/clang/include/clang/Basic/
H A DSourceManager.h308 /// In a macro expansion, ExpansionLocStart and ExpansionLocEnd
314 unsigned ExpansionLocStart, ExpansionLocEnd; member in class:clang::SrcMgr::ExpansionInfo
325 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
336 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
341 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
360 X.ExpansionLocEnd = End.getRawEncoding();
814 SourceLocation ExpansionLocEnd,
/external/clang/lib/Basic/
H A DSourceManager.cpp602 SourceLocation ExpansionLocEnd,
607 ExpansionLocEnd);
600 createExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument

Completed in 185 milliseconds