Searched refs:AttributedTypeLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp41 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>()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h651 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, class in namespace:clang
652 AttributedTypeLoc,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3309 static void fillAttributedTypeLoc(AttributedTypeLoc TL,
3340 void VisitAttributedTypeLoc(AttributedTypeLoc TL) {
3519 void VisitAttributedTypeLoc(AttributedTypeLoc TL) {
3672 while (AttributedTypeLoc TL = CurrTL.getAs<AttributedTypeLoc>()) {
H A DTreeTransform.h4908 AttributedTypeLoc TL) {
4930 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5052 void TypeLocReader::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
H A DASTWriter.cpp542 void TypeLocWriter::VisitAttributedTypeLoc(AttributedTypeLoc TL) {

Completed in 116 milliseconds