Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4375 bool HasDecl = (D != nullptr); in emitFunctionStart() local
4382 if (!HasDecl) { in emitFunctionStart()
4421 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>() || in emitFunctionStart()
4465 if (HasDecl && isa<FunctionDecl>(D)) in emitFunctionStart()
4471 if (HasDecl) in emitFunctionStart()