Searched defs:DeclInfo (Results 1 – 9 of 9) sorted by relevance
65 struct DeclInfo : public CXIdxDeclInfo { struct86 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() function96 DeclInfo(DInfoKind K, in DeclInfo() function
67 struct DeclInfo : public CXIdxDeclInfo { struct88 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument98 DeclInfo(DInfoKind K, in DeclInfo() function
980 struct DeclInfo { struct992 /// The information in the DeclInfo corresponds to CurrentDecl. argument993 const Decl *CurrentDecl;997 ArrayRef<const ParmVarDecl *> ParamVars;1001 QualType ReturnType;1006 const TemplateParameterList *TemplateParameters;1010 enum DeclKind {1050 enum TemplateDeclKind {1058 unsigned IsFilled : 1;1061 unsigned Kind : 3;[all …]
35 TypeSourceInfo *DeclInfo; variable
695 llvm::PointerUnion<TypeSourceInfo *, ExtInfo *> DeclInfo; variable
986 struct DeclInfo { struct998 /// The information in the DeclInfo corresponds to CurrentDecl. argument999 const Decl *CurrentDecl;1003 ArrayRef<const ParmVarDecl *> ParamVars;1007 QualType ReturnType;1012 const TemplateParameterList *TemplateParameters;1016 enum DeclKind {1056 enum TemplateDeclKind {1064 unsigned IsFilled : 1;1067 unsigned Kind : 3;[all …]
36 TypeSourceInfo *DeclInfo; variable
653 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
530 auto *DeclInfo = Info.getDeclInfoFor(D); in captureZoneInfo() local582 const auto &DeclInfo = KeyVal.second; in createParameters() local