Searched defs:DeclInfo (Results 1 – 4 of 4) sorted by relevance
63 struct DeclInfo : public CXIdxDeclInfo { struct84 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument94 DeclInfo(DInfoKind K, in DeclInfo() function
984 struct DeclInfo { struct996 /// The information in the DeclInfo corresponds to CurrentDecl. argument997 const Decl *CurrentDecl;1001 ArrayRef<const ParmVarDecl *> ParamVars;1005 QualType ReturnType;1010 const TemplateParameterList *TemplateParameters;1014 enum DeclKind {1054 enum TemplateDeclKind {1062 unsigned IsFilled : 1;1065 unsigned Kind : 3;[all …]
534 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
36 TypeSourceInfo *DeclInfo; variable