Home
last modified time | relevance | path

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

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