Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3890 bool HasDecl = (D != nullptr); in emitFunctionStart() local
3897 if (!HasDecl) { in emitFunctionStart()
3932 if (!HasDecl || D->isImplicit() || D->hasAttr<ArtificialAttr>() || in emitFunctionStart()
3972 if (HasDecl && isa<FunctionDecl>(D)) in emitFunctionStart()
3978 if (HasDecl) in emitFunctionStart()