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 606 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI,
613 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){
614 return appendDefMacroDirective(II, MI, MI->getDefinitionLoc(), false);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 81 PP.appendDefMacroDirective(Id, MI);
    [all...]
Pragma.cpp 607 appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc,
    [all...]
PPDirectives.cpp     [all...]

Completed in 414 milliseconds