Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h136 return getDefinitionLengthSlow(SM); in getDefinitionLength()
281 unsigned getDefinitionLengthSlow(const SourceManager &SM) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp39 unsigned MacroInfo::getDefinitionLengthSlow(const SourceManager &SM) const { in getDefinitionLengthSlow() function in MacroInfo