Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp723 else if (auto *DCDecl = dyn_cast<Decl>(DC)) in ComputeName() local
724 Out << ComputeName(IK, DCDecl) << "_block_invoke"; in ComputeName()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7588 for (auto *DCDecl : cast<Decl>(D->getLexicalDeclContext())->redecls()) { in CompleteRedeclChain() local
7589 auto *DC = cast<DeclContext>(DCDecl); in CompleteRedeclChain()