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

/external/clang/lib/Lex/
H A DMacroInfo.cpp45 DefinitionLength(MI.DefinitionLength),
66 return (DefinitionLength = 0);
84 DefinitionLength = endInfo.second - startInfo.second;
85 DefinitionLength += lastToken.getLength();
87 return DefinitionLength;
/external/clang/include/clang/Lex/
H A DMacroInfo.h58 mutable unsigned DefinitionLength; member in class:clang::MacroInfo
165 return DefinitionLength;

Completed in 48 milliseconds