HomeSort by: relevance | last modified time | path
    Searched defs:BaseClass (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeleteWithNonVirtualDtorChecker.cpp 73 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl();
76 if (!BaseClass || !DerivedClass)
79 if (!BaseClass->hasDefinition() || !DerivedClass->hasDefinition())
82 if (BaseClass->getDestructor()->isVirtual())
85 if (!DerivedClass->isDerivedFrom(BaseClass))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 79 class BaseClass final : public FieldNode {
83 BaseClass(const QualType &T) : FieldNode(nullptr), BaseClassT(T) {
361 // If the head of the list is also a BaseClass, we'll overwrite it to avoid
365 BaseClass(BaseSpec.getType()))))
369 LocalChain.add(BaseClass(BaseSpec.getType()))))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 140 const CXXRecordDecl *BaseClass =
143 MRMgr.getCXXBaseObjectRegion(BaseClass, ThisReg,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 674 CXIdxBaseClassInfo BaseClass;
676 BaseClass.cursor = clang_getNullCursor();
680 BaseClass.base = &BaseEntity;
681 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
682 BaseClass.loc = getIndexLoc(SuperLoc);
697 InterInfo.ObjCInterDeclInfo.superInfo = D->getSuperClass() ? &BaseClass
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 213 struct BaseClass
223 DArray<BaseClass> baseInterfaces; // if BaseClass is an interface, these
255 ClassDeclaration *baseClass; // NULL only if this is Object
261 BaseClasses *baseclasses; // Array of BaseClass's; first is super,
264 DArray<BaseClass*> interfaces; // interfaces[interfaces_dim] for this class
265 // (does not include baseClass)
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 BaseClass,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 511 const CXXRecordDecl *BaseClass;
514 : BaseClass(Base), BaseIsVirtual(BaseIsVirtual) {}
520 const CXXDestructorDecl *D = BaseClass->getDestructor();
526 DerivedClass, BaseClass,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 4404 BaseClass,
4428 return {NonCLikeKind::BaseClass,

Completed in 58 milliseconds