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

  /external/clang/include/clang/Sema/
LocInfoType.h 49 QualType getType() const { return getCanonicalTypeInternal(); }
  /frameworks/compile/slang/
slang_rs_export_element.cpp 109 T->getCanonicalTypeInternal()
slang_rs_object_ref_count.cpp 464 C.getPointerType(BaseType->getCanonicalTypeInternal()),
473 BaseType->getCanonicalTypeInternal(),
615 OrigType->getCanonicalTypeInternal(),
649 OrigType->getCanonicalTypeInternal(),
828 C.getPointerType(BaseType->getCanonicalTypeInternal()),
837 BaseType->getCanonicalTypeInternal(),
844 C.getPointerType(BaseType->getCanonicalTypeInternal()),
853 BaseType->getCanonicalTypeInternal(),
    [all...]
slang_rs_export_type.cpp 271 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
499 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
569 clang::QualType QT = T->getCanonicalTypeInternal();
749 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
837 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
    [all...]
slang_rs_export_type.h 41 return T->getCanonicalTypeInternal().getTypePtr();
  /external/clang/include/clang/AST/
CanonicalType.h 201 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
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...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 256 Writer.AddTypeRef(T->getCanonicalTypeInternal(), Record);
341 : T->getCanonicalTypeInternal(),
376 : T->getCanonicalTypeInternal(),
    [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 66 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
    [all...]

Completed in 599 milliseconds