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.cpp195 SourceLocation ExpansionLocEnd = local
202 ExpansionLocEnd);
208 ExpansionLocEnd);
H A DPreprocessor.cpp464 SourceLocation ExpansionLocEnd) {
472 ExpansionLocEnd, Str.size());
462 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.h307 /// In a macro expansion, ExpansionLocStart and ExpansionLocEnd
313 unsigned ExpansionLocStart, ExpansionLocEnd; member in class:clang::SrcMgr::ExpansionInfo
324 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
335 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
340 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
359 X.ExpansionLocEnd = End.getRawEncoding();
822 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 157 milliseconds