Searched refs:CXXClassDeclInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.h203 struct CXXClassDeclInfo : public DeclInfo { struct in namespace:clang::cxindex
206 CXXClassDeclInfo(bool isRedeclaration, bool isDefinition) function in struct:clang::cxindex::CXXClassDeclInfo
212 static bool classof(const CXXClassDeclInfo *D) { return true; }
H A DIndexing.cpp659 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI))
H A DIndexingContext.cpp673 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(),

Completed in 29 milliseconds