Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DMacroInfo.h135 return getDefinitionLengthSlow(SM); in getDefinitionLength()
280 unsigned getDefinitionLengthSlow(const SourceManager &SM) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DMacroInfo.cpp38 unsigned MacroInfo::getDefinitionLengthSlow(const SourceManager &SM) const { in getDefinitionLengthSlow() function in MacroInfo