Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3873 bool HasDecl = (D != nullptr); in emitFunctionStart() local
3880 if (!HasDecl) { in emitFunctionStart()
3915 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>() || in emitFunctionStart()
3955 if (HasDecl && isa<FunctionDecl>(D)) in emitFunctionStart()
3961 if (HasDecl) in emitFunctionStart()