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

  /external/clang/lib/Lex/
PPDirectives.cpp 135 getMacroInfo(II)->isBuiltinMacro()) {
    [all...]
MacroArgs.cpp 136 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled())
PPLexerChange.cpp 219 if (MacroInfo *MI = getMacroInfo(
PPMacroExpansion.cpp 117 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled() &&
298 if (MacroInfo *NewMI = getMacroInfo(NewII))
390 if (MacroInfo *MI = getMacroInfo(Tok.getIdentifierInfo()))
    [all...]
Preprocessor.cpp 502 if (MacroInfo *MI = getMacroInfo(&II)) {
Pragma.cpp 611 MacroInfo *MI = getMacroInfo(IdentInfo);
641 MacroInfo *CurrentMI = getMacroInfo(IdentInfo);
    [all...]
TokenLexer.cpp 31 Macro = PP.getMacroInfo(Tok.getIdentifierInfo());
PPExpressions.cpp 116 MacroInfo *Macro = PP.getMacroInfo(II);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 435 if (S.PP.getMacroInfo(&S.getASTContext().Idents.get("nil")))
450 else if (S.PP.getMacroInfo(&S.getASTContext().Idents.get("NULL")))
    [all...]
Sema.cpp 62 if (MacroInfo *BoolMacro = PP.getMacroInfo(&Context.Idents.get("bool"))) {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 423 /// getMacroInfo - Given an identifier, return the MacroInfo it is #defined to
425 MacroInfo *getMacroInfo(IdentifierInfo *II) const {
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 217 milliseconds