OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentInfo
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Lex/
Pragma.cpp
605
IdentifierInfo *
IdentInfo
= ParsePragmaPushOrPopMacro(PushMacroTok);
606
if (!
IdentInfo
) return;
608
// Get the MacroInfo associated with
IdentInfo
.
609
MacroInfo *MI = getMacroInfo(
IdentInfo
);
621
PragmaPushMacroInfo[
IdentInfo
].push_back(MacroCopyToPush);
631
IdentifierInfo *
IdentInfo
= ParsePragmaPushOrPopMacro(PopMacroTok);
632
if (!
IdentInfo
) return;
636
PragmaPushMacroInfo.find(
IdentInfo
);
638
// Release the MacroInfo currently associated with
IdentInfo
.
639
MacroInfo *CurrentMI = getMacroInfo(
IdentInfo
);
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 43 milliseconds