Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1475 MacroDirective *MD = getLocalMacroDirective(II); in HandleMacroPublicDirective()
1502 MacroDirective *MD = getLocalMacroDirective(II); in HandleMacroPrivateDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1104 MacroDirective *getLocalMacroDirective(const IdentifierInfo *II) const { in getLocalMacroDirective() function