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

  /external/clang/lib/AST/
TypePrinter.cpp 851 return print(T->getEquivalentType(), S);
860 S += T->getEquivalentType().getAddressSpace();
866 if (const VectorType *vector =T->getEquivalentType()->getAs<VectorType>()) {
885 const VectorType *vector = T->getEquivalentType()->getAs<VectorType>();
893 QualType t = T->getEquivalentType();
904 QualType tmp = T->getEquivalentType();
921 switch (T->getEquivalentType().getObjCLifetime()) {
939 QualType t = T->getEquivalentType();
    [all...]
ASTImporter.cpp 576 cast<AttributedType>(T1)->getEquivalentType(),
577 cast<AttributedType>(T2)->getEquivalentType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 260 Writer.AddTypeRef(T->getEquivalentType(), Record);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 323 milliseconds