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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2456 bool HasDecl = (D != 0); local
2459 if (HasDecl)
2466 if (!HasDecl) {
2521 if (!HasDecl || D->isImplicit())
2531 if (HasDecl)
2537 if (HasDecl)

Completed in 54 milliseconds