HomeSort by relevance Sort by last modified time
    Searched refs:ExpansionLocEnd (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Lex/
MacroArgs.h 93 SourceLocation ExpansionLocEnd);
115 SourceLocation ExpansionLocEnd);
MacroArgs.cpp 198 SourceLocation ExpansionLocEnd) {
295 ExpansionLocStart, ExpansionLocEnd);
304 SourceLocation ExpansionLocEnd) {
315 ExpansionLocEnd);
TokenLexer.cpp 148 SourceLocation ExpansionLocEnd =
155 ExpansionLocEnd);
161 ExpansionLocEnd);
Preprocessor.cpp 368 SourceLocation ExpansionLocEnd) {
376 ExpansionLocEnd, Len);
Lexer.cpp 173 SourceLocation ExpansionLocEnd,
195 ExpansionLocEnd, TokLen);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 272 /// ExpansionLocStart/ExpansionLocEnd - In a macro expansion, these
278 unsigned ExpansionLocStart, ExpansionLocEnd;
289 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
300 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
318 X.ExpansionLocEnd = End.getRawEncoding();
683 SourceLocation ExpansionLocEnd,
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 116 SourceLocation ExpansionLocEnd,
Preprocessor.h     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 577 SourceLocation ExpansionLocEnd,
582 ExpansionLocEnd);
    [all...]

Completed in 65 milliseconds