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

  /external/clang/lib/AST/
TypePrinter.cpp 652 // while traversing the AttributedType. If the type has been desugared, let
    [all...]
Type.cpp 341 template <> const AttributedType *Type::getAs() const {
342 return getAsSugar<AttributedType>(this);
597 AutoType *VisitAttributedType(const AttributedType *T) {
    [all...]
ASTDiagnostic.cpp 52 if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
    [all...]
ASTImporter.cpp 591 cast<AttributedType>(T1)->getModifiedType(),
592 cast<AttributedType>(T2)->getModifiedType()))
595 cast<AttributedType>(T1)->getEquivalentType(),
596 cast<AttributedType>(T2)->getEquivalentType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 106 if (isa<AttributedType>(ty.getTypePtr()))
Transforms.cpp 370 if (const AttributedType *AttrT = T->getAs<AttributedType>()) {
371 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
TransGCAttrs.cpp 84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
TransProperties.cpp 340 if (isa<AttributedType>(I->IvarD->getType()))
  /external/clang/include/clang/AST/
TypeLoc.h 693 AttributedType,
696 AttributedType::Kind getAttrKind() const {
701 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
702 getAttrKind() <= AttributedType::LastExprOperandKind);
706 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
707 getAttrKind() <= AttributedType::LastEnumOperandKind);
    [all...]
ASTContext.h 121 llvm::FoldingSet<AttributedType> AttributedTypes;
    [all...]
DataRecursiveASTVisitor.h     [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 290 void ASTTypeWriter::VisitAttributedType(const AttributedType *T) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 261 milliseconds