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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 239 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl();
280 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl();
302 return SR->getSymbol()->getType()->getPointeeCXXRecordDecl();
ExprEngineCallAndReturn.cpp 142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl();
143 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl();
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 56 if (const CXXRecordDecl* cxx_r = type->getPointeeCXXRecordDecl())
  /external/clang/lib/Sema/
SemaCast.cpp 711 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl();
721 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 519 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 325 milliseconds