Lines Matching refs:Profile
202 D->Profile(profile); in HandlePathDiagnostic()
1084 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation
1090 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece
1102 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece
1103 PathDiagnosticPiece::Profile(ID); in Profile()
1108 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece
1109 PathDiagnosticPiece::Profile(ID); in Profile()
1113 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece
1114 PathDiagnosticPiece::Profile(ID); in Profile()
1119 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece
1120 PathDiagnosticSpotPiece::Profile(ID); in Profile()
1125 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticNotePiece
1126 PathDiagnosticSpotPiece::Profile(ID); in Profile()
1129 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPopUpPiece
1130 PathDiagnosticSpotPiece::Profile(ID); in Profile()
1133 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic
1142 Profile(ID); in FullProfile()