HomeSort by relevance Sort by last modified time
    Searched refs:appendDefMacroDirective (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 634 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI,
643 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){
644 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc(), 0, None);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 84 PP.appendDefMacroDirective(Id, MI);
    [all...]
Pragma.cpp 605 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc,
    [all...]
PPDirectives.cpp     [all...]

Completed in 39 milliseconds