Home
last modified time | relevance | path

Searched refs:CXXDInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXIndexDataConsumer.cpp992 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl() local
995 CXXDInfo.CXXClassInfo.declInfo = &CXXDInfo; in handleCXXRecordDecl()
996 CXXDInfo.CXXClassInfo.bases = BaseList.getBases(); in handleCXXRecordDecl()
997 CXXDInfo.CXXClassInfo.numBases = BaseList.getNumBases(); in handleCXXRecordDecl()
1012 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()