Lines Matching refs:PPItemKey

475 class PPItemKey {  class
477 PPItemKey(clang::Preprocessor &PP, StringHandle Name, HeaderHandle File, in PPItemKey() function in Modularize::__anond6678bf10111::PPItemKey
482 PPItemKey(StringHandle Name, HeaderHandle File, int Line, int Column) in PPItemKey() function in Modularize::__anond6678bf10111::PPItemKey
484 PPItemKey(const PPItemKey &Other) in PPItemKey() function in Modularize::__anond6678bf10111::PPItemKey
487 PPItemKey() : File(HeaderHandleInvalid), Line(0), Column(0) {} in PPItemKey() function in Modularize::__anond6678bf10111::PPItemKey
488 bool operator==(const PPItemKey &Other) const { in operator ==()
497 bool operator<(const PPItemKey &Other) const { in operator <()
536 PPItemKey &DefinitionLocation, in MacroExpansionInstance()
564 PPItemKey DefinitionLocation;
582 PPItemKey &DefinitionLocation, in MacroExpansionTracker()
595 PPItemKey &DefinitionLocation) { in findMacroExpansionInstance()
609 PPItemKey &DefinitionLocation, in addMacroExpansionInstance()
769 typedef std::map<PPItemKey, MacroExpansionTracker> MacroExpansionMap;
770 typedef std::map<PPItemKey, MacroExpansionTracker>::iterator
774 typedef std::map<PPItemKey, ConditionalTracker> ConditionalExpansionMap;
775 typedef std::map<PPItemKey, ConditionalTracker>::iterator
824 for (std::vector<PPItemKey>::const_iterator I = IncludeDirectives.begin(), in handleIncludeDirective()
831 PPItemKey IncludeDirectiveItem(IncludeHeaderHandle, CurrentHeaderHandle, in handleIncludeDirective()
859 for (std::vector<PPItemKey>::const_iterator I = IncludeDirectives.begin(), in checkForIncludesInBlock()
1045 PPItemKey InstanceKey(PP, MacroName, H, InstanceLoc); in addMacroExpansionInstance()
1046 PPItemKey DefinitionKey(PP, MacroName, H, DefinitionLoc); in addMacroExpansionInstance()
1094 PPItemKey InstanceKey(PP, ConditionUnexpandedHandle, H, InstanceLoc); in addConditionalExpansionInstance()
1128 const PPItemKey &ItemKey = I->first; in reportInconsistentMacros()
1187 const PPItemKey &ItemKey = I->first; in reportInconsistentConditionals()
1254 std::vector<PPItemKey> IncludeDirectives;