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

  /external/clang/lib/Lex/
Pragma.cpp 687 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
688 if (!IdentInfo) return;
690 // Get the MacroInfo associated with IdentInfo.
691 MacroInfo *MI = getMacroInfo(IdentInfo);
703 PragmaPushMacroInfo[IdentInfo].push_back(MacroCopyToPush);
713 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
714 if (!IdentInfo) return;
718 PragmaPushMacroInfo.find(IdentInfo);
720 // Release the MacroInfo currently associated with IdentInfo.
721 MacroInfo *CurrentMI = getMacroInfo(IdentInfo);
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 899 milliseconds