Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h137 return getDefinitionLengthSlow(SM); in getDefinitionLength()
303 unsigned getDefinitionLengthSlow(const SourceManager &SM) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp57 unsigned MacroInfo::getDefinitionLengthSlow(const SourceManager &SM) const { in getDefinitionLengthSlow() function in MacroInfo