Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3412 bool HasDecl = (D != nullptr); in EmitFunctionStart() local
3419 if (!HasDecl) { in EmitFunctionStart()
3446 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>()) { in EmitFunctionStart()
3480 if (HasDecl && isa<FunctionDecl>(D)) in EmitFunctionStart()
3506 if (HasDecl) in EmitFunctionStart()