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) {
291 ExpansionLocStart, ExpansionLocEnd);
300 SourceLocation ExpansionLocEnd) {
311 ExpansionLocEnd);
TokenLexer.cpp 198 SourceLocation ExpansionLocEnd =
205 ExpansionLocEnd);
211 ExpansionLocEnd);
Preprocessor.cpp 424 SourceLocation ExpansionLocEnd) {
432 ExpansionLocEnd, Str.size());
Lexer.cpp 180 SourceLocation ExpansionLocEnd,
202 ExpansionLocEnd, TokLen);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 301 /// In a macro expansion, ExpansionLocStart and ExpansionLocEnd
307 unsigned ExpansionLocStart, ExpansionLocEnd;
318 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
329 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
334 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
353 X.ExpansionLocEnd = End.getRawEncoding();
810 SourceLocation ExpansionLocEnd,
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 116 SourceLocation ExpansionLocEnd,
Preprocessor.h     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 589 SourceLocation ExpansionLocEnd,
594 ExpansionLocEnd);
    [all...]

Completed in 71 milliseconds