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(); }
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 44 type_to_check.getCanonicalTypeInternal().getAsString());
  /frameworks/compile/slang/
slang_rs_export_element.cpp 97 T->getCanonicalTypeInternal()
slang_rs_object_ref_count.cpp 565 C.getPointerType(BaseType->getCanonicalTypeInternal()),
574 BaseType->getCanonicalTypeInternal(),
720 OrigType->getCanonicalTypeInternal(),
753 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 455 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...]
SemaLookup.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 224 Writer.AddTypeRef(T->getCanonicalTypeInternal(), Record);
310 : T->getCanonicalTypeInternal(),
345 : T->getCanonicalTypeInternal(),
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 55 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
    [all...]

Completed in 1105 milliseconds