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

  /external/clang/lib/Lex/
MacroInfo.cpp 51 DefinitionLength = MI.DefinitionLength;
64 return (DefinitionLength = 0);
82 DefinitionLength = endInfo.second - startInfo.second;
83 DefinitionLength += lastToken.getLength();
85 return DefinitionLength;
  /external/clang/include/clang/Lex/
MacroInfo.h 53 mutable unsigned DefinitionLength;
139 return DefinitionLength;

Completed in 87 milliseconds