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 197 struct CXXClassDeclInfo : public DeclInfo {
200 CXXClassDeclInfo(bool isRedeclaration, bool isDefinition)
Indexing.cpp 913 if (const CXXClassDeclInfo *ClassInfo = dyn_cast<CXXClassDeclInfo>(DI))
    [all...]
IndexingContext.cpp 750 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(),
    [all...]

Completed in 1449 milliseconds