Home
last modified time | relevance | path

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

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