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

  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PPExpressions.cpp 118 Macro = PP.getMacroDirective(II);
127 MD = PP.getMacroDirective(II);
Preprocessor.cpp 645 if (MacroDirective *MD = getMacroDirective(&II)) {
Pragma.cpp 705 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 537 MacroDirective *getMacroDirective(IdentifierInfo *II) const {
551 if (MacroDirective *MD = getMacroDirective(II))
    [all...]

Completed in 51 milliseconds