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 559 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
560 if (!IdentInfo) return;
562 // Get the MacroInfo associated with IdentInfo.
563 MacroInfo *MI = getMacroInfo(IdentInfo);
571 PragmaPushMacroInfo[IdentInfo].push_back(MI);
584 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
585 if (!IdentInfo) return;
589 PragmaPushMacroInfo.find(IdentInfo);
591 // Forget the MacroInfo currently associated with IdentInfo.
592 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 223 milliseconds