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 560 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
561 if (!IdentInfo) return;
563 // Get the MacroInfo associated with IdentInfo.
564 MacroInfo *MI = getMacroInfo(IdentInfo);
572 PragmaPushMacroInfo[IdentInfo].push_back(MI);
585 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
586 if (!IdentInfo) return;
590 PragmaPushMacroInfo.find(IdentInfo);
592 // Forget the MacroInfo currently associated with IdentInfo.
593 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 50 milliseconds