Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4076 bool HasDecl = (D != nullptr); in emitFunctionStart() local
4083 if (!HasDecl) { in emitFunctionStart()
4122 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>() || in emitFunctionStart()
4166 if (HasDecl && isa<FunctionDecl>(D)) in emitFunctionStart()
4172 if (HasDecl) in emitFunctionStart()