Lines Matching refs:Profile

207   D->Profile(profile);  in HandlePathDiagnostic()
1085 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation
1091 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece
1103 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece
1104 PathDiagnosticPiece::Profile(ID); in Profile()
1109 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece
1110 PathDiagnosticPiece::Profile(ID); in Profile()
1114 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece
1115 PathDiagnosticPiece::Profile(ID); in Profile()
1120 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece
1121 PathDiagnosticSpotPiece::Profile(ID); in Profile()
1126 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticNotePiece
1127 PathDiagnosticSpotPiece::Profile(ID); in Profile()
1130 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPopUpPiece
1131 PathDiagnosticSpotPiece::Profile(ID); in Profile()
1134 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic
1143 Profile(ID); in FullProfile()