Home
last modified time | relevance | path

Searched refs:markUsed (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp56 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed() function in RecordStreamer
73 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); } in visitUsedSymbol()
99 markUsed(*Symbol); in emitSymbolAttribute()
H A DRecordStreamer.h42 void markUsed(const MCSymbol &Symbol);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h651 void markUsed(bool IsODRUse) { in markUsed() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp826 NewVD->markUsed(Context); in createLambdaInitCaptureVarDecl()
2239 CallOperator->markUsed(Context); in BuildBlockForLambdaConversion()
H A DSemaStmtAsm.cpp978 Label->markUsed(Context); in GetOrCreateMSAsmLabel()
H A DSemaDeclCXX.cpp9171 FD->markUsed(Context); in DefineDefaultedComparison()
14054 Constructor->markUsed(Context); in DefineImplicitDefaultConstructor()
14233 Constructor->markUsed(Context); in DefineInheritingConstructor()
14344 Destructor->markUsed(Context); in DefineImplicitDestructor()
15220 CopyAssignOperator->markUsed(Context); in DefineImplicitCopyAssignment()
15608 MoveAssignOperator->markUsed(Context); in DefineImplicitMoveAssignment()
15755 CopyConstructor->markUsed(Context); in DefineImplicitCopyConstructor()
15884 MoveConstructor->markUsed(Context); in DefineImplicitMoveConstructor()
15942 Invoker->markUsed(Context); in DefineImplicitLambdaToFunctionPointerConversion()
15955 Conv->markUsed(Context); in DefineImplicitLambdaToFunctionPointerConversion()
[all …]
H A DSemaStmt.cpp2781 RangeVar->markUsed(Context); in BuildCXXForRangeStmt()
3296 TheDecl->markUsed(Context); in ActOnGotoStmt()
H A DSemaExpr.cpp16614 TheDecl->markUsed(Context); in ActOnAddrLabel()
19131 Func->markUsed(Context); in MarkFunctionReferenced()
19205 V->markUsed(SemaRef.Context); in MarkVarDeclODRUsed()
19816 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()
H A DSemaExprCXX.cpp1341 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture()
H A DSemaDeclAttr.cpp2036 ND->markUsed(S.Context); in handleAliasAttr()
H A DSemaOpenMP.cpp1573 D->markUsed(S.Context); in buildDeclRefExpr()
3227 VD->markUsed(Context); in CheckOMPThreadPrivateDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h619 void markUsed(ASTContext &C);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp545 void Decl::markUsed(ASTContext &C) { in markUsed() function in Decl
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4688 D->markUsed(Reader.getContext()); in UpdateDecl()