Home
last modified time | relevance | path

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

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