Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1541 MacroDirective *MD = getLocalMacroDirective(II); in HandleMacroPublicDirective()
1568 MacroDirective *MD = getLocalMacroDirective(II); in HandleMacroPrivateDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1105 MacroDirective *getLocalMacroDirective(const IdentifierInfo *II) const { in getLocalMacroDirective() function