Home
last modified time | relevance | path

Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h866 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
870 appendMacroDirective(II, MD); in appendDefMacroDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPDirectives.cpp1297 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1324 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
2320 appendMacroDirective(MacroNameTok.getIdentifierInfo(), in HandleUndefDirective()
HDPragma.cpp597 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
HDPPMacroExpansion.cpp45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor