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

  /external/clang/include/clang/Sema/
LocInfoType.h 49 QualType getType() const { return getCanonicalTypeInternal(); }
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 551 C.getPointerType(BaseType->getCanonicalTypeInternal()),
560 BaseType->getCanonicalTypeInternal(),
704 OrigType->getCanonicalTypeInternal(),
737 OrigType->getCanonicalTypeInternal(),
    [all...]
slang_rs_export_element.cpp 108 T->getCanonicalTypeInternal()
slang_rs_export_type.cpp 254 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
461 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
531 clang::QualType QT = T->getCanonicalTypeInternal();
683 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
769 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
    [all...]
slang_rs_export_type.h 41 return T->getCanonicalTypeInternal().getTypePtr();
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 201 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
ASTContext.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 432 const BuiltinType *builtin_type = dyn_cast<BuiltinType>(qual_type->getCanonicalTypeInternal());
597 if (const BuiltinType *BT = dyn_cast<BuiltinType>(qual_type->getCanonicalTypeInternal()))
607 else if (const ComplexType *CT = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal()))
616 else if (const VectorType *VT = dyn_cast<VectorType>(qual_type->getCanonicalTypeInternal()))
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 34 const Type *Ty = T->getCanonicalTypeInternal().getTypePtr();
    [all...]
SemaAccess.cpp     [all...]
SemaLookup.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 238 Writer.AddTypeRef(T->getCanonicalTypeInternal(), Record);
324 : T->getCanonicalTypeInternal(),
359 : T->getCanonicalTypeInternal(),
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 58 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
    [all...]

Completed in 140 milliseconds