Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp40 return (DefinitionLength = 0); in getDefinitionLengthSlow()
58 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
59 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
61 return DefinitionLength; in getDefinitionLengthSlow()
/external/clang/include/clang/Lex/
DMacroInfo.h53 mutable unsigned DefinitionLength; variable
141 return DefinitionLength; in getDefinitionLength()