Searched refs:MarkFunctionReferenced (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1005 MarkFunctionReferenced(E->getExprLoc(), Destructor); in CheckCXXThrowOperand() 1033 MarkFunctionReferenced(E->getExprLoc(), CD); in CheckCXXThrowOperand() 2370 MarkFunctionReferenced(StartLoc, OperatorNew); in BuildCXXNew() 2375 MarkFunctionReferenced(StartLoc, OperatorDelete); in BuildCXXNew() 3615 MarkFunctionReferenced(StartLoc, in ActOnCXXDelete() 3644 MarkFunctionReferenced(StartLoc, OperatorDelete); in ActOnCXXDelete() 3795 MarkFunctionReferenced(TheCall->getExprLoc(), OperatorNewOrDelete); in SemaBuiltinOperatorNewDeleteOverloaded() 5991 Self.MarkFunctionReferenced(QuestionLoc, Best->Function); in FindConditionalOverload() 7031 MarkFunctionReferenced(E->getExprLoc(), Destructor); in MaybeBindToTemporary() 7201 MarkFunctionReferenced(Bind->getExprLoc(), Destructor); in ActOnDecltypeExpression()
|
| H A D | SemaCUDA.cpp | 61 MarkFunctionReferenced(LLLLoc, ConfigDecl); in ActOnCUDAExecConfigExpr()
|
| H A D | SemaDeclCXX.cpp | 5574 MarkFunctionReferenced(Location, Dtor); in MarkBaseAndMemberDestructorsReferenced() 5622 MarkFunctionReferenced(Location, Dtor); in MarkBaseAndMemberDestructorsReferenced() 5664 MarkFunctionReferenced(Location, Dtor); in MarkVirtualBaseDestructorsReferenced() 5983 S.MarkFunctionReferenced(Class->getLocation(), MD); in ReferenceDllExportedMembers() 5989 S.MarkFunctionReferenced(Class->getLocation(), MD); in ReferenceDllExportedMembers() 6003 S.MarkFunctionReferenced(Class->getLocation(), MD); in ReferenceDllExportedMembers() 10398 MarkFunctionReferenced(Loc, OperatorDelete); in CheckDestructor() 15142 MarkFunctionReferenced(CurrentLocation, CallOp); in DefineImplicitLambdaToFunctionPointerConversion() 15329 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 15431 MarkFunctionReferenced(VD->getLocation(), Destructor); in FinalizeVarWithDestructor() [all …]
|
| H A D | TreeTransform.h | 10360 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), FD); in TransformUserDefinedLiteral() 11849 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorNew); in TransformCXXNewExpr() 11851 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorDelete); in TransformCXXNewExpr() 11859 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Destructor); in TransformCXXNewExpr() 11921 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorDelete); in TransformCXXDeleteExpr() 11928 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), in TransformCXXDeleteExpr() 12586 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor); in TransformCXXConstructExpr() 12614 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor); in TransformCXXInheritedCtorInitExpr() 12675 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor); in TransformCXXTemporaryObjectExpr()
|
| H A D | SemaCoroutine.cpp | 1047 S.MarkFunctionReferenced(Loc, OperatorDelete); in findDeleteForPromise()
|
| H A D | SemaInit.cpp | 1852 SemaRef.MarkFunctionReferenced(Loc, Destructor); in checkDestructorReference() 6557 S.MarkFunctionReferenced(Loc, CalleeDecl); in PerformConstructorInitialization() 8376 S.MarkFunctionReferenced(CurInit.get()->getBeginLoc(), Destructor); in Perform() 10203 MarkFunctionReferenced(Kind.getLocation(), Best->Function); in DeduceTemplateSpecializationFromInitializer()
|
| H A D | SemaExpr.cpp | 17039 void Sema::MarkFunctionReferenced(SourceLocation Loc, FunctionDecl *Func, in MarkFunctionReferenced() function in Sema 17223 MarkFunctionReferenced(Loc, i, MightBeOdrUse); in MarkFunctionReferenced() 18776 MarkFunctionReferenced(Loc, FD, MightBeOdrUse); in MarkAnyDeclReferenced() 18837 S.MarkFunctionReferenced(Loc, cast<FunctionDecl>(D)); in visitUsedDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2637 SemaRef.MarkFunctionReferenced(Loc, Method); in VisitCXXMethodDecl()
|
| H A D | SemaChecking.cpp | 14439 MarkFunctionReferenced(Param->getLocation(), Destructor); in CheckParmsForFunctionDef()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5013 void MarkFunctionReferenced(SourceLocation Loc, FunctionDecl *Func,
|