Home | History | Annotate | Download | only in AST

Lines Matching refs:FILEDecl

233   TypeDecl *FILEDecl;
1014 void setFILEDecl(TypeDecl *FILEDecl) { this->FILEDecl = FILEDecl; }
1018 if (FILEDecl)
1019 return getTypeDeclType(FILEDecl);