Searched refs:appendDefMacroDirective (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 879 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function 885 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function 887 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1136 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, in appendDefMacroDirective() function 1142 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, in appendDefMacroDirective() function 1144 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc()); in appendDefMacroDirective()
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 609 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
|
D | PPMacroExpansion.cpp | 285 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
|
D | PPDirectives.cpp | 2521 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 333 PP.appendDefMacroDirective(Id, MI); in RegisterBuiltinMacro()
|
D | Pragma.cpp | 653 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc); in HandlePragmaPopMacro()
|
D | PPDirectives.cpp | 2855 appendDefMacroDirective(MacroNameTok.getIdentifierInfo(), MI); in HandleDefineDirective()
|