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 562 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
563 if (!IdentInfo) return;
565 // Get the MacroInfo associated with IdentInfo.
566 MacroInfo *MI = getMacroInfo(IdentInfo);
574 PragmaPushMacroInfo[IdentInfo].push_back(MI);
587 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
588 if (!IdentInfo) return;
592 PragmaPushMacroInfo.find(IdentInfo);
594 // Forget the MacroInfo currently associated with IdentInfo.
595 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1587 milliseconds