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 672 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
673 if (!IdentInfo) return;
675 // Get the MacroInfo associated with IdentInfo.
676 MacroInfo *MI = getMacroInfo(IdentInfo);
684 PragmaPushMacroInfo[IdentInfo].push_back(MI);
697 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
698 if (!IdentInfo) return;
702 PragmaPushMacroInfo.find(IdentInfo);
704 // Forget the MacroInfo currently associated with IdentInfo.
705 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 45 milliseconds