Lines Matching defs:Profile
203 // Profile the node to see if we already have something matching it
205 D->Profile(profile);
1087 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const {
1093 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1105 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1106 PathDiagnosticPiece::Profile(ID);
1111 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1112 PathDiagnosticPiece::Profile(ID);
1116 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1117 PathDiagnosticPiece::Profile(ID);
1122 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1123 PathDiagnosticSpotPiece::Profile(ID);
1128 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const {
1129 PathDiagnosticSpotPiece::Profile(ID);
1132 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1133 PathDiagnosticSpotPiece::Profile(ID);
1136 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const {
1145 Profile(ID);