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_export_element.cpp 97 T->getCanonicalTypeInternal()
slang_rs_object_ref_count.cpp 566 C.getPointerType(BaseType->getCanonicalTypeInternal()),
575 BaseType->getCanonicalTypeInternal(),
721 OrigType->getCanonicalTypeInternal(),
754 OrigType->getCanonicalTypeInternal(),
    [all...]
slang_rs_export_type.h 37 (((T) == NULL) ? NULL : (T)->getCanonicalTypeInternal().getTypePtr())
39 static_cast<TT*>(T->getCanonicalTypeInternal().getTypePtr())
slang_rs_export_type.cpp 454 clang::QualType QT = T->getCanonicalTypeInternal();
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 202 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
ASTContext.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DumpXML.cpp 936 setPointer("canonical", D->getCanonicalTypeInternal().getAsOpaquePtr());
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 34 const Type *Ty = T->getCanonicalTypeInternal().getTypePtr();
    [all...]
SemaAccess.cpp     [all...]
SemaChecking.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 219 Writer.AddTypeRef(T->getCanonicalTypeInternal(), Record);
302 : T->getCanonicalTypeInternal(),
337 : T->getCanonicalTypeInternal(),
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 55 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
    [all...]

Completed in 301 milliseconds