Searched refs:TLoc (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); local
61 Pass.TA.insert(TLoc.getBeginLoc(), "__strong ");
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1640 /// Matches nodes of type \c TLoc for which the inner
1642 template <typename TLoc, typename T>
1643 class LocMatcher : public WrapperMatcherInterface<TLoc> {
1648 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4945 /// \param TLoc map-type-modifier location.
4946 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) {
4949 MapTypeModifiersLoc[I] = TLoc;
4959 /// \param TLoc Type location.
4960 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; }
H A DASTContext.h1470 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp618 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); local
619 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
H A DSemaTemplate.cpp5095 static TemplateArgumentLoc convertTypeTemplateArgumentToTemplate(TypeLoc TLoc) { argument
5098 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) {
5103 TLoc = ETLoc.getNamedTypeLoc();
5108 if (auto InjLoc = TLoc.getAs<InjectedClassNameTypeLoc>())
5116 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>())
H A DSemaType.cpp4818 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); local
4819 TLoc.setStarLoc(FixitLoc);

Completed in 218 milliseconds