Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DRecordStreamer.cpp56 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed() function in RecordStreamer
73 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); } in visitUsedSymbol()
104 markUsed(*Symbol); in emitSymbolAttribute()
DRecordStreamer.h42 void markUsed(const MCSymbol &Symbol);
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScopeInfo.h639 void markUsed(bool IsODRUse) { in markUsed() function
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaLambda.cpp885 NewVD->markUsed(Context); in createLambdaInitCaptureVarDecl()
2020 CallOperator->markUsed(Context); in BuildBlockForLambdaConversion()
DSemaStmtAsm.cpp976 Label->markUsed(Context); in GetOrCreateMSAsmLabel()
DSemaDeclCXX.cpp8885 FD->markUsed(Context); in DefineDefaultedComparison()
13615 Constructor->markUsed(Context); in DefineImplicitDefaultConstructor()
13794 Constructor->markUsed(Context); in DefineInheritingConstructor()
13905 Destructor->markUsed(Context); in DefineImplicitDestructor()
14770 CopyAssignOperator->markUsed(Context); in DefineImplicitCopyAssignment()
15141 MoveAssignOperator->markUsed(Context); in DefineImplicitMoveAssignment()
15287 CopyConstructor->markUsed(Context); in DefineImplicitCopyConstructor()
15415 MoveConstructor->markUsed(Context); in DefineImplicitMoveConstructor()
15471 Invoker->markUsed(Context); in DefineImplicitLambdaToFunctionPointerConversion()
15484 Conv->markUsed(Context); in DefineImplicitLambdaToFunctionPointerConversion()
[all …]
DSemaStmt.cpp2771 RangeVar->markUsed(Context); in BuildCXXForRangeStmt()
3286 TheDecl->markUsed(Context); in ActOnGotoStmt()
DSemaExpr.cpp16111 TheDecl->markUsed(Context); in ActOnAddrLabel()
18477 Func->markUsed(Context); in MarkFunctionReferenced()
18550 V->markUsed(SemaRef.Context); in MarkVarDeclODRUsed()
19129 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()
DSemaExprCXX.cpp1305 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture()
DSemaDeclAttr.cpp2015 ND->markUsed(S.Context); in handleAliasAttr()
DSemaOpenMP.cpp1553 D->markUsed(S.Context); in buildDeclRefExpr()
3203 VD->markUsed(Context); in CheckOMPThreadPrivateDecl()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclBase.h597 void markUsed(ASTContext &C);
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp472 void Decl::markUsed(ASTContext &C) { in markUsed() function in Decl
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp4534 D->markUsed(Reader.getContext()); in UpdateDecl()