Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h135 return getDefinitionLengthSlow(SM); in getDefinitionLength()
280 unsigned getDefinitionLengthSlow(const SourceManager &SM) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp38 unsigned MacroInfo::getDefinitionLengthSlow(const SourceManager &SM) const { in getDefinitionLengthSlow() function in MacroInfo