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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp43 return (DefinitionLength = 0);
61 DefinitionLength = endInfo.second - startInfo.second;
62 DefinitionLength += lastToken.getLength();
64 return DefinitionLength;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h64 mutable unsigned DefinitionLength; member in class:clang::MacroInfo
134 return DefinitionLength;

Completed in 95 milliseconds