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

  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PPExpressions.cpp 117 Macro = PP.getMacroDirective(II);
150 MD = PP.getMacroDirective(II);
Preprocessor.cpp 625 if (MacroDirective *MD = getMacroDirective(&II)) {
Pragma.cpp 593 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 606 MacroDirective *getMacroDirective(IdentifierInfo *II) const {
620 if (MacroDirective *MD = getMacroDirective(II))
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1685 milliseconds