Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp43 return (DefinitionLength = 0); in getDefinitionLengthSlow()
61 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
62 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
64 return DefinitionLength; in getDefinitionLengthSlow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h64 mutable unsigned DefinitionLength; variable
134 return DefinitionLength; in getDefinitionLength()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinperf.d105 DWORD DefinitionLength; member