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

  /external/clang/lib/Lex/
MacroArgs.cpp 137 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled())
PPDirectives.cpp 143 getMacroInfo(II)->isBuiltinMacro()) {
    [all...]
PPMacroExpansion.cpp 127 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled() &&
308 if (MacroInfo *NewMI = getMacroInfo(NewII))
402 if (MacroInfo *MI = getMacroInfo(Tok.getIdentifierInfo()))
    [all...]
Pragma.cpp 691 MacroInfo *MI = getMacroInfo(IdentInfo);
721 MacroInfo *CurrentMI = getMacroInfo(IdentInfo);
    [all...]
Preprocessor.cpp 529 if (MacroInfo *MI = getMacroInfo(&II)) {
TokenLexer.cpp 31 Macro = PP.getMacroInfo(Tok.getIdentifierInfo());
PPExpressions.cpp 116 MacroInfo *Macro = PP.getMacroInfo(II);
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 163 return S.PP.getMacroInfo(&S.getASTContext().Idents.get(Name));
Sema.cpp 65 if (MacroInfo *BoolMacro = PP.getMacroInfo(&Context.Idents.get("bool"))) {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 437 /// getMacroInfo - Given an identifier, return the MacroInfo it is #defined to
439 MacroInfo *getMacroInfo(IdentifierInfo *II) const {
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 504 milliseconds