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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) {
68 } else if (AttributedTypeLoc Attr = TL.getAs<AttributedTypeLoc>()) {
83 bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) {
237 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs;
249 if (AttributedTypeLoc ATL =
250 TL.getAs<AttributedTypeLoc>()) {
  /external/clang/include/clang/AST/
TypeLoc.h 691 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
692 AttributedTypeLoc,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 579 void TypeLocWriter::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 309 milliseconds