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

  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
ASTDiagnostic.cpp 50 if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
    [all...]
Type.cpp 589 AutoType *VisitAttributedType(const AttributedType *T) {
    [all...]
ASTImporter.cpp 592 cast<AttributedType>(T1)->getModifiedType(),
593 cast<AttributedType>(T2)->getModifiedType()))
596 cast<AttributedType>(T1)->getEquivalentType(),
597 cast<AttributedType>(T2)->getEquivalentType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 107 if (isa<AttributedType>(ty.getTypePtr()))
Transforms.cpp 365 if (const AttributedType *AttrT = T->getAs<AttributedType>()) {
366 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
TransGCAttrs.cpp 84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
TransProperties.cpp 345 if (isa<AttributedType>(I->IvarD->getType()))
  /external/clang/include/clang/AST/
TypeLoc.h 690 AttributedType,
693 AttributedType::Kind getAttrKind() const {
698 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
699 getAttrKind() <= AttributedType::LastExprOperandKind);
703 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
704 getAttrKind() <= AttributedType::LastEnumOperandKind);
    [all...]
ASTContext.h 120 llvm::FoldingSet<AttributedType> AttributedTypes;
    [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 276 void ASTTypeWriter::VisitAttributedType(const AttributedType *T) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 235 milliseconds