HomeSort by relevance Sort by last modified time
    Searched refs:CXXClassDeclInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 198 struct CXXClassDeclInfo : public DeclInfo {
201 CXXClassDeclInfo(bool isRedeclaration, bool isDefinition)
Indexing.cpp 915 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI))
    [all...]
IndexingContext.cpp 759 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(),
    [all...]

Completed in 708 milliseconds