Searched defs:appendDefMacroDirective (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h606 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, function in class:clang::Preprocessor
613 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){ function in class:clang::Preprocessor
614 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc(), false);

Completed in 212 milliseconds