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

12 3 4 5

  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
ASTDiagnostic.cpp 193 QualType BaseType = Desugar(Context, Ty->getBaseType(), ShouldAKA);
194 QT = Context.getObjCObjectType(BaseType, Ty->getTypeArgsAsWritten(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 488 DIType BaseType = getTypeDerivedFrom();
491 if (!BaseType.isValid())
493 if (BaseType.isDerivedType())
494 return DIDerivedType(BaseType).getOriginalTypeSize();
496 return BaseType.getSizeInBits();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
CodeCompleteConsumer.h 278 QualType BaseType;
295 BaseType = T;
310 QualType getBaseType() const { return BaseType; }
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 291 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK,
299 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
372 << baseType << SourceRange(CompLoc);
457 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType,
474 const PointerType *PT = BaseType->getAs<PointerType>();
479 << BaseType << BaseExpr->getSourceRange() << NameInfo.getSourceRange();
484 assert(BaseType->isDependentType() ||
488 // Get the type being accessed in BaseType. If this is an arrow, the BaseExpr
491 Context, BaseExpr, BaseType, IsArrow, OpLoc,
501 QualType BaseType,
    [all...]
SemaCast.cpp 823 QualType BaseType =
830 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind)
    [all...]
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 25 enum BaseType {
45 inline BaseType (&EnumValuesBaseType())[17] {
46 static BaseType values[] = {
92 inline const char *EnumNameBaseType(BaseType e) {
103 BaseType base_type() const {
104 return static_cast<BaseType>(GetField<int8_t>(VT_BASE_TYPE, 0));
106 BaseType element() const {
107 return static_cast<BaseType>(GetField<int8_t>(VT_ELEMENT, 0));
124 void add_base_type(BaseType base_type) {
127 void add_element(BaseType element)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 426 public static class BaseType extends Type {
428 BaseType(char c) { descriptor = c; }
820 t = new BaseType(sig.charAt(c.position++));
  /external/pdfium/third_party/lcms/src/
cmsio0.c     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]

Completed in 2266 milliseconds

12 3 4 5