Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp44 return (DefinitionLength = 0); in getDefinitionLengthSlow()
62 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
63 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
65 return DefinitionLength; in getDefinitionLengthSlow()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h65 mutable unsigned DefinitionLength; variable
135 return DefinitionLength; in getDefinitionLength()