Lines Matching refs:Profile
381 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in TemplateArgument
389 getAsType().Profile(ID); in Profile()
393 getNullPtrType().Profile(ID); in Profile()
397 getParamTypeForDecl().Profile(ID); in Profile()
409 getIntegralType().Profile(ID); in Profile()
410 getAsIntegral().Profile(ID); in Profile()
414 getStructuralValueType().Profile(ID); in Profile()
415 getAsStructuralValue().Profile(ID); in Profile()
419 getAsExpr()->Profile(ID, Context, true); in Profile()
425 Args.Args[I].Profile(ID, Context); in Profile()
458 getAsStructuralValue().Profile(A); in structurallyEquals()
459 Other.getAsStructuralValue().Profile(B); in structurallyEquals()