Searched refs:MarkFunctionReferenced (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1011 MarkFunctionReferenced(E->getExprLoc(), Destructor); in CheckCXXThrowOperand() 1039 MarkFunctionReferenced(E->getExprLoc(), CD); in CheckCXXThrowOperand() 2429 MarkFunctionReferenced(StartLoc, OperatorNew); in BuildCXXNew() 2434 MarkFunctionReferenced(StartLoc, OperatorDelete); in BuildCXXNew() 3731 MarkFunctionReferenced(StartLoc, in ActOnCXXDelete() 3760 MarkFunctionReferenced(StartLoc, OperatorDelete); in ActOnCXXDelete() 3911 MarkFunctionReferenced(TheCall->getExprLoc(), OperatorNewOrDelete); in SemaBuiltinOperatorNewDeleteOverloaded() 6213 Self.MarkFunctionReferenced(QuestionLoc, Best->Function); in FindConditionalOverload() 7289 MarkFunctionReferenced(E->getExprLoc(), Destructor); in MaybeBindToTemporary() 7460 MarkFunctionReferenced(Bind->getExprLoc(), Destructor); in ActOnDecltypeExpression()
|
| H A D | SemaCUDA.cpp | 61 MarkFunctionReferenced(LLLLoc, ConfigDecl); in ActOnCUDAExecConfigExpr()
|
| H A D | SemaDeclCXX.cpp | 5163 MarkFunctionReferenced(Initializer->getSourceLocation(), Dtor); in SetDelegatingInitializer() 5696 MarkFunctionReferenced(Location, Dtor); in MarkBaseAndMemberDestructorsReferenced() 5746 MarkFunctionReferenced(Location, Dtor); in MarkBaseAndMemberDestructorsReferenced() 5790 MarkFunctionReferenced(Location, Dtor); in MarkVirtualBaseDestructorsReferenced() 6136 S.MarkFunctionReferenced(Class->getLocation(), MD); in ReferenceDllExportedMembers() 6142 S.MarkFunctionReferenced(Class->getLocation(), MD); in ReferenceDllExportedMembers() 6156 S.MarkFunctionReferenced(Class->getLocation(), MD); in ReferenceDllExportedMembers() 10679 MarkFunctionReferenced(Loc, OperatorDelete); in CheckDestructor() 13774 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor() 15465 MarkFunctionReferenced(CurrentLocation, CallOp); in DefineImplicitLambdaToFunctionPointerConversion() [all …]
|
| H A D | TreeTransform.h | 12305 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorNew); in TransformCXXNewExpr() 12307 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorDelete); in TransformCXXNewExpr() 12315 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Destructor); in TransformCXXNewExpr() 12377 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorDelete); in TransformCXXDeleteExpr() 12384 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), in TransformCXXDeleteExpr() 13048 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor); in TransformCXXConstructExpr() 13076 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor); in TransformCXXInheritedCtorInitExpr() 13093 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), in TransformCXXBindTemporaryExpr() 13140 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor); in TransformCXXTemporaryObjectExpr()
|
| H A D | SemaCoroutine.cpp | 1088 S.MarkFunctionReferenced(Loc, OperatorDelete); in findDeleteForPromise()
|
| H A D | SemaInit.cpp | 1866 SemaRef.MarkFunctionReferenced(Loc, Destructor); in checkDestructorReference() 6936 S.MarkFunctionReferenced(Loc, CalleeDecl); in PerformConstructorInitialization() 8784 S.MarkFunctionReferenced(CurInit.get()->getBeginLoc(), Destructor); in Perform() 10643 MarkFunctionReferenced(Kind.getLocation(), Best->Function); in DeduceTemplateSpecializationFromInitializer()
|
| H A D | SemaExpr.cpp | 18230 void Sema::MarkFunctionReferenced(SourceLocation Loc, FunctionDecl *Func, in MarkFunctionReferenced() function in Sema 18414 MarkFunctionReferenced(Loc, i, MightBeOdrUse); in MarkFunctionReferenced() 20050 MarkFunctionReferenced(Loc, FD, MightBeOdrUse); in MarkAnyDeclReferenced() 20113 S.MarkFunctionReferenced(Loc, cast<FunctionDecl>(D)); in visitUsedDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2772 SemaRef.MarkFunctionReferenced(Loc, Method); in VisitCXXMethodDecl()
|
| H A D | SemaChecking.cpp | 15866 MarkFunctionReferenced(Param->getLocation(), Destructor); in CheckParmsForFunctionDef()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5422 void MarkFunctionReferenced(SourceLocation Loc, FunctionDecl *Func,
|