HomeSort by relevance Sort by last modified time
    Searched refs:AttributedTypeLoc (Results 1 - 25 of 25) 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) {
235 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs;
247 if (AttributedTypeLoc ATL =
248 TL.getAs<AttributedTypeLoc>()) {
  /external/clang/lib/AST/
TypeLoc.cpp 361 if (auto attributedLoc = getAs<AttributedTypeLoc>()) {
379 if (auto attr = loc.getAs<AttributedTypeLoc>()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
TypeLoc.h 166 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
827 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
828 AttributedTypeLoc,
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 159 /// AttributedTypeLoc, for those type attributes that behave as qualifiers
724 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
725 AttributedTypeLoc,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 852 if (auto attr = qual.getAs<AttributedTypeLoc>()) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 647 if (auto attr = qual.getAs<AttributedTypeLoc>()) {
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 620 void TypeLocWriter::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 688 milliseconds