Searched defs:DeclInfo (Results 1 – 3 of 3) sorted by relevance
63 struct DeclInfo : public CXIdxDeclInfo { struct84 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument93 DeclInfo(DInfoKind K, in DeclInfo() function104 static bool classof(const DeclInfo *) { return true; } in classof() argument
36 TypeSourceInfo *DeclInfo; variable
596 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable