HomeSort by relevance Sort by last modified time
    Searched refs:BaseType (Results 26 - 50 of 58) sorted by null

12 3

  /external/clang/lib/AST/
DeclCXX.cpp 150 QualType BaseType = Base->getType();
152 if (BaseType->isDependentType())
155 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
189 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C))
213 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))
    [all...]
Type.cpp 467 BaseType(Base)
    [all...]
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaCast.cpp 782 QualType BaseType =
789 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind)
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 423 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1));
426 EVT BVT = BaseType->getVT();
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 328 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1));
331 EVT BVT = BaseType->getVT();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 423 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1));
426 EVT BVT = BaseType->getVT();
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 60 } BaseType;
71 : BaseType(RegBase), Offset(0) {
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGClass.cpp 390 const Type *BaseType = BaseInit->getBaseClass();
392 cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
412 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 472 milliseconds

12 3