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

  /external/clang/lib/AST/
TypePrinter.cpp 876 void TypePrinter::printAttributed(const AttributedType *T,
879 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
880 T->getAttrKind() == AttributedType::attr_objc_ownership)
888 case AttributedType::attr_address_space:
894 case AttributedType::attr_vector_size: {
909 case AttributedType::attr_neon_vector_type:
910 case AttributedType::attr_neon_polyvector_type: {
911 if (T->getAttrKind() == AttributedType::attr_neon_vector_type)
921 case AttributedType::attr_regparm: {
931 case AttributedType::attr_objc_gc:
    [all...]
ASTDiagnostic.cpp 47 if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
ASTImporter.cpp 599 cast<AttributedType>(T1)->getModifiedType(),
600 cast<AttributedType>(T2)->getModifiedType()))
603 cast<AttributedType>(T1)->getEquivalentType(),
604 cast<AttributedType>(T2)->getEquivalentType()))
    [all...]
ASTContext.cpp     [all...]
Type.cpp 542 AutoType *VisitAttributedType(const AttributedType *T) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 107 if (isa<AttributedType>(ty.getTypePtr()))
Transforms.cpp 304 if (const AttributedType *AttrT = T->getAs<AttributedType>()) {
305 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
TransGCAttrs.cpp 84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
TransProperties.cpp 346 if (isa<AttributedType>(I->IvarD->getType()))
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 636 AttributedType,
639 AttributedType::Kind getAttrKind() const {
644 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
645 getAttrKind() <= AttributedType::LastExprOperandKind);
649 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
650 getAttrKind() <= AttributedType::LastEnumOperandKind);
    [all...]
ASTContext.h 126 llvm::FoldingSet<AttributedType> AttributedTypes;
817 QualType getAttributedType(AttributedType::Kind attrKind,
    [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 259 void ASTTypeWriter::VisitAttributedType(const AttributedType *T) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 383 milliseconds