Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp48 if (VarDecl* VD = dyn_cast<VarDecl>(*DGI)) in NextVA()
65 ++DGI; in NextDecl()
67 for ( ; DGI != DGE; ++DGI) in NextDecl()
68 if (HandleDecl(*DGI)) in NextDecl()
100 : DGI(dgi), RawVAPtr(DeclGroupMode), DGE(dge) { in StmtIteratorBase()
105 : DGI(nullptr), RawVAPtr(SizeOfTypeVAMode) { in StmtIteratorBase()
116 VarDecl* VD = cast<VarDecl>(*DGI); in GetDeclExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtIterator.h38 Decl **DGI; member
111 return LHS.stmt == RHS.stmt && LHS.DGI == RHS.DGI &&
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp718 auto *DGI = GlobalIFunc::create(Ty, SGV->getAddressSpace(), in copyIndirectSymbolProto() local
721 DGI->copyAttributesFrom(GI); in copyIndirectSymbolProto()
722 return DGI; in copyIndirectSymbolProto()