Searched defs:DeclInfo (Results 1 – 3 of 3) sorted by relevance
965 struct DeclInfo { struct977 /// The information in the DeclInfo corresponds to CurrentDecl. argument978 const Decl *CurrentDecl;982 ArrayRef<const ParmVarDecl *> ParamVars;986 QualType ResultType;991 const TemplateParameterList *TemplateParameters;995 enum DeclKind {1035 enum TemplateDeclKind {1043 unsigned IsFilled : 1;1046 unsigned Kind : 3;[all …]
531 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
36 TypeSourceInfo *DeclInfo; variable