|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/Stmt.h 1196 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
References
tools/clang/lib/AST/ASTDiagnostic.cpp 1435 FromExpr->Profile(FromID, Context, true);
1436 ToExpr->Profile(ToID, Context, true);
tools/clang/lib/AST/TemplateBase.cpp 328 getAsExpr()->Profile(ID, Context, true);
tools/clang/lib/AST/Type.cpp 197 SizeExpr->Profile(ID, Context, true);
217 E->Profile(ID, Context, true);
238 SizeExpr->Profile(ID, Context, true);
260 SizeExpr->Profile(ID, Context, true);
280 AddrSpaceExpr->Profile(ID, Context, true);
3171 epi.ExceptionSpec.NoexceptExpr->Profile(ID, Context, Canonical);
3228 E->Profile(ID, Context, true);
3255 E->Profile(ID, Context, true);
tools/clang/lib/Sema/SemaChecking.cpp 9638 SizeOfArg->Profile(SizeOfArgID, Context, true);
9640 Dest->Profile(DestID, Context, true);
tools/clang/lib/Sema/SemaExceptionSpec.cpp 565 Old->getNoexceptExpr()->Profile(OldFSN, S.Context, true);
566 New->getNoexceptExpr()->Profile(NewFSN, S.Context, true);
tools/clang/lib/Sema/SemaOpenMP.cpp 2518 AE->Profile(AEId, S.getASTContext(), /*Canonical=*/true);
2519 DefAllocator->Profile(DAEId, S.getASTContext(), /*Canonical=*/true);
2544 AE->Profile(AEId, S.Context, /*Canonical=*/true);
2545 PAE->Profile(PAEId, S.Context, /*Canonical=*/true);
8277 X->IgnoreParenImpCasts()->Profile(XId, SemaRef.getASTContext(),
8279 LHS->IgnoreParenImpCasts()->Profile(LHSId, SemaRef.getASTContext(),
8281 RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(),
8723 Checker.getX()->Profile(XId, Context, /*Canonical=*/true);
8724 PossibleX->Profile(PossibleXId, Context, /*Canonical=*/true);
8753 Checker.getX()->Profile(XId, Context, /*Canonical=*/true);
8754 PossibleX->Profile(PossibleXId, Context, /*Canonical=*/true);
8797 PossibleXRHSInFirst->Profile(X1Id, Context,
8799 PossibleXLHSInSecond->Profile(X2Id, Context,
13611 ParentReductionOp->Profile(ParentRedId, Context, /*Canonical=*/true);
13612 DeclareReductionRef.get()->Profile(RedId, Context,
tools/clang/lib/Sema/SemaOverload.cpp 1234 NewI->getCond()->Profile(NewID, Context, true);
1235 OldI->getCond()->Profile(OldID, Context, true);
9224 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true);
9225 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true);
tools/clang/lib/Sema/SemaTemplate.cpp 7355 OldRC->Profile(OldRCID, Context, /*Canonical=*/true);
7356 NewRC->Profile(NewRCID, Context, /*Canonical=*/true);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp 290 X.getAsExpr()->Profile(ID1, Context, true);
291 Y.getAsExpr()->Profile(ID2, Context, true);
2407 X.getAsExpr()->Profile(XID, Context, true);
2408 Y.getAsExpr()->Profile(YID, Context, true);
tools/clang/lib/Serialization/ASTReaderDecl.cpp 2924 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true);
2925 (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true);
tools/clang/tools/extra/clang-tidy/bugprone/BranchCloneCheck.cpp 23 LHS->Profile(DataLHS, Context, false);
24 RHS->Profile(DataRHS, Context, false);
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp 192 First->Profile(FirstID, *Context, true);
193 Second->Profile(SecondID, *Context, true);
237 E->Profile(ID, *Context, true);
479 Node->Profile(ID, *Context, true);