Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp41 return (DefinitionLength = 0); in getDefinitionLengthSlow()
59 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
60 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
62 return DefinitionLength; in getDefinitionLengthSlow()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h54 mutable unsigned DefinitionLength; variable
127 return DefinitionLength; in getDefinitionLength()