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

  /external/clang/lib/Lex/
TokenLexer.cpp 36 ExpandLocStart = Tok.getLocation();
54 assert(ExpandLocStart.isValid());
63 ExpandLocStart,
96 ExpandLocStart = ExpandLocEnd = SourceLocation();
297 if(ExpandLocStart.isValid()) {
341 if (ExpandLocStart.isValid()) {
467 if (ExpandLocStart.isValid() && // Don't do this for token streams.
473 ExpandLocStart,
634 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2);
733 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() &
    [all...]
  /external/clang/include/clang/Lex/
TokenLexer.h 62 /// ExpandLocStart/End - The source location range where this macro was
64 SourceLocation ExpandLocStart, ExpandLocEnd;

Completed in 1622 milliseconds