Searched defs:DCAsDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp1315 Decl *DCAsDecl = cast<Decl>(this); local
1317 if (!(isa<TagDecl>(DCAsDecl) && cast<TagDecl>(DCAsDecl)->isBeingDefined()))
1318 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener())

Completed in 43 milliseconds