HomeSort by relevance Sort by last modified time
    Searched defs:IdentInfo (Results 1 - 2 of 2) 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/include/clang/Sema/
Sema.h     [all...]

Completed in 562 milliseconds