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

  /external/clang/include/clang/Lex/
Preprocessor.h 563 MacroDirective *setMacroDirective(IdentifierInfo *II, MacroInfo *MI,
565 MacroDirective *setMacroDirective(IdentifierInfo *II, MacroInfo *MI) {
566 return setMacroDirective(II, MI, MI->getDefinitionLoc(), false);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 46 Preprocessor::setMacroDirective(IdentifierInfo *II, MacroInfo *MI,
176 PP.setMacroDirective(Id, MI);
    [all...]
Pragma.cpp 716 setMacroDirective(IdentInfo, MacroToReInstall, MessageLoc,
    [all...]
PPDirectives.cpp     [all...]

Completed in 60 milliseconds