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 40 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) {
67 } else if (const AttributedTypeLoc *
68 Attr = dyn_cast<AttributedTypeLoc>(&TL)) {
83 bool handleAttr(AttributedTypeLoc TL, Decl *D = 0) {
239 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs;
251 if (AttributedTypeLoc *ATL = dyn_cast<AttributedTypeLoc>(&TL)) {
  /external/clang/include/clang/AST/
TypeLoc.h 634 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
635 AttributedTypeLoc,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 529 void TypeLocWriter::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 93 milliseconds