HomeSort by relevance Sort by last modified time
    Searched refs:getAsCXXRecordDecl (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 57 CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl();
ExprCXX.cpp 35 if (const CXXRecordDecl *RD = E->getType()->getAsCXXRecordDecl())
480 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
482 return ThisArg->getType()->getAsCXXRecordDecl();
    [all...]
ExprConstant.cpp     [all...]
Type.cpp 515 CXXRecordDecl *Type::getAsCXXRecordDecl() const {
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 77 if (CXXRecordDecl *RD = T->getAsCXXRecordDecl())
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 205 const CXXRecordDecl *RD = T->getAsCXXRecordDecl();
JumpDiagnostics.cpp 191 ->getAsCXXRecordDecl();
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 423 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
781 CXXRecordDecl *Class = BaseType->getAsCXXRecordDecl();
    [all...]
Sema.cpp 485 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl())
    [all...]
SemaExceptionSpec.cpp 424 if (CXXRecordDecl *ExRecord = Exception->getAsCXXRecordDecl()) {
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 503 // template declaration, getAsCXXRecordDecl() returns the corresponding
508 // another template declaration, getAsCXXRecordDecl() returns NULL and
511 TemplateType->getAsCXXRecordDecl();
520 ClassDecl = TypeNode->getAsCXXRecordDecl();
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 245 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl();
CGClass.cpp 591 const CXXRecordDecl *Record = BaseElementTy->getAsCXXRecordDecl();
    [all...]
CGDeclCXX.cpp 86 (record = type->getAsCXXRecordDecl())) {
CGBlocks.cpp 379 variable->getType()->getAsCXXRecordDecl()) {
    [all...]
CGDecl.cpp 209 CXXRecordDecl *RD = T->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 809 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
829 const CXXRecordDecl *CD = VI->getType()->getAsCXXRecordDecl();
840 const CXXRecordDecl *CD = BI->getType()->getAsCXXRecordDecl();
859 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 893 if (const CXXRecordDecl *Class = TVR->getValueType()->getAsCXXRecordDecl()){
910 if (I->getType()->getAsCXXRecordDecl() == decl) {
    [all...]
ExprEngineCXX.cpp 181 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
RegionStore.cpp     [all...]
CallEvent.cpp 432 const CXXRecordDecl *RD = RegionType->getAsCXXRecordDecl();
  /external/clang/include/clang/AST/
CanonicalType.h 300 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(CXXRecordDecl*, getAsCXXRecordDecl)
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 347 CXXRecordDecl *NodeAsRecordDecl = Node->getAsCXXRecordDecl();
    [all...]

Completed in 353 milliseconds

1 2