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

/external/clang/lib/Lex/
H A DMacroInfo.cpp45 SourceLocation macroStart = firstToken.getLocation(); local
47 assert(macroStart.isValid() && macroEnd.isValid());
48 assert((macroStart.isFileID() || firstToken.is(tok::comment)) &&
53 startInfo = SM.getDecomposedExpansionLoc(macroStart);

Completed in 55 milliseconds