Home
last modified time | relevance | path

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

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