Searched refs:isNonOdrUse (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1152 switch (DRE->isNonOdrUse()) {
1190 switch (ME->isNonOdrUse()) {
H A DASTImporter.cpp6486 E->getValueKind(), ToFoundD, ToResInfo, E->isNonOdrUse());
7403 E->getObjectKind(), E->isNonOdrUse());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp598 Record.push_back(E->isNonOdrUse());
610 !E->refersToEnclosingVariableOrCapture() && !E->isNonOdrUse()) {
895 Record.push_back(E->isNonOdrUse());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1540 ME->getType(), ME->getValueKind(), nullptr, nullptr, ME->isNonOdrUse());
2632 assert(E->isNonOdrUse() != NOUR_Unevaluated &&
2645 if (E->isNonOdrUse() == NOUR_Constant &&
2722 assert((ND->isUsed(false) || !isa<VarDecl>(ND) || E->isNonOdrUse() ||
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1386 NonOdrUseReason isNonOdrUse() const { function in class:clang::final
3286 NonOdrUseReason isNonOdrUse() const { function in class:clang::final::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6419 nullptr, DRE->isNonOdrUse());
17563 if (DRE->isNonOdrUse() || IsPotentialResultOdrUsed(DRE->getDecl()))
17619 ME->getObjectKind(), ME->isNonOdrUse());
17627 if (ME->isNonOdrUse() || IsPotentialResultOdrUsed(ME->getMemberDecl()))
17974 if (DRE->isNonOdrUse())
17977 if (ME->isNonOdrUse())
H A DSemaDeclCXX.cpp98 if (DRE->isNonOdrUse() != NOUR_Unevaluated)
114 if (VDecl->isLocalVarDecl() && !DRE->isNonOdrUse())
H A DSemaChecking.cpp5338 DRE->getValueKind(), nullptr, nullptr, DRE->isNonOdrUse());

Completed in 377 milliseconds