Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp63 return (DefinitionLength = 0); in getDefinitionLengthSlow()
81 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
82 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
84 return DefinitionLength; in getDefinitionLengthSlow()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h67 mutable unsigned DefinitionLength; variable
136 return DefinitionLength; in getDefinitionLength()