Searched refs:ExpandLocStart (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DTokenLexer.cpp36 ExpandLocStart = Tok.getLocation();
53 assert(ExpandLocStart.isValid());
62 ExpandLocStart,
95 ExpandLocStart = ExpandLocEnd = SourceLocation();
236 if(ExpandLocStart.isValid()) {
286 if (ExpandLocStart.isValid()) {
411 if (ExpandLocStart.isValid() && // Don't do this for token streams.
417 ExpandLocStart,
568 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2);
662 assert(ExpandLocStart
[all...]
/external/clang/include/clang/Lex/
H A DTokenLexer.h62 /// ExpandLocStart/End - The source location range where this macro was
64 SourceLocation ExpandLocStart, ExpandLocEnd; member in class:clang::TokenLexer

Completed in 75 milliseconds