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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 203 llvm::DIType *RecordTy);
217 llvm::DIType *RecordTy);
242 llvm::DIScope *RecordTy,
249 llvm::DIType *RecordTy);
251 llvm::DIType *RecordTy,
256 llvm::DIType *RecordTy, const RecordDecl *RD);
259 llvm::DICompositeType *RecordTy);
CGDebugInfo.cpp     [all...]
CGExprAgg.cpp 231 const RecordType *RecordTy = T->getAs<RecordType>();
232 if (!RecordTy) return false;
235 RecordDecl *Record = RecordTy->getDecl();
    [all...]
CGClass.cpp 710 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
711 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
732 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGStmt.cpp     [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaExprMember.cpp 737 QualType RecordTy = BaseType;
738 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
740 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,
    [all...]
SemaCXXScopeSpec.cpp 35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) {
36 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp 815 QualType RecordTy = Context.getTypeDeclType(Record);
818 Context.getCanonicalType(RecordTy));
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 784 if (const RecordType *RecordTy = T->getAs<RecordType>()) {
785 CXXRecordDecl* FieldRec = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 9575 milliseconds