HomeSort by relevance Sort by last modified time
    Searched refs:AttributedTypeLoc (Results 1 - 7 of 7) 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 = 0) {
239 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs;
251 if (AttributedTypeLoc ATL =
252 TL.getAs<AttributedTypeLoc>()) {
  /external/clang/include/clang/AST/
TypeLoc.h 651 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
652 AttributedTypeLoc,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 539 void TypeLocWriter::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1040 milliseconds