Home | History | Annotate | Download | only in AST

Lines Matching defs:Decl

47   Decl *D = Ty->getDecl();
341 // Filter out cases where the found Decl is the same as the value refenenced.
399 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
420 const FunctionDecl *Decl = FD;
422 Decl = Pattern;
423 const FunctionType *AFT = Decl->getType()->getAs<FunctionType>();
430 for (unsigned i = 0, e = Decl->getNumParams(); i != e; ++i) {
432 POut << Decl->getParamDecl(i)->getType().stream(Policy);
997 Decl *CallExpr::getCalleeDecl() {
1932 if (const Decl *FD = CE->getCalleeDecl()) {
2104 const Decl *D = cast<DeclRefExpr>(E)->getDecl();