HomeSort by relevance Sort by last modified time
    Searched refs:getPointeeCXXRecordDecl (Results 1 - 12 of 12) 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/
FindBadConstructsConsumer.cpp 45 if (const CXXRecordDecl* cxx_r = type->getPointeeCXXRecordDecl())
  /external/clang/lib/Sema/
SemaCast.cpp 721 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl();
731 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 162 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl())
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 527 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 269 milliseconds