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

  /external/clang/lib/Lex/
MacroArgs.cpp 133 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled())
PPDirectives.cpp 134 getMacroInfo(II)->isBuiltinMacro()) {
    [all...]
PPMacroExpansion.cpp 114 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled() &&
294 if (MacroInfo *NewMI = getMacroInfo(NewII))
393 if (MacroInfo *MI = getMacroInfo(Tok.getIdentifierInfo()))
    [all...]
Preprocessor.cpp 476 if (MacroInfo *MI = getMacroInfo(&II)) {
Pragma.cpp 609 MacroInfo *MI = getMacroInfo(IdentInfo);
639 MacroInfo *CurrentMI = getMacroInfo(IdentInfo);
    [all...]
PPExpressions.cpp 114 MacroInfo *Macro = PP.getMacroInfo(II);
TokenLexer.cpp 31 Macro = PP.getMacroInfo(Tok.getIdentifierInfo());
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 492 if (S.PP.getMacroInfo(&S.getASTContext().Idents.get("nil")))
505 if (S.PP.getMacroInfo(&S.getASTContext().Idents.get("NULL")))
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 363 /// getMacroInfo - Given an identifier, return the MacroInfo it is #defined to
365 MacroInfo *getMacroInfo(IdentifierInfo *II) const {
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 170 milliseconds