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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1651 /// Matches nodes of type \c TLoc for which the inner
1653 template <typename TLoc, typename T>
1654 class LocMatcher : public MatcherInterface<TLoc> {
1661 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5438 /// \param TLoc map-type-modifier location.
5439 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) {
5442 MapTypeModifiersLoc[I] = TLoc;
5452 /// \param TLoc Type location.
5453 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; }
H A DASTContext.h1445 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp617 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); local
618 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
H A DSemaTemplate.cpp5168 static TemplateArgumentLoc convertTypeTemplateArgumentToTemplate(TypeLoc TLoc) { argument
5171 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) {
5176 TLoc = ETLoc.getNamedTypeLoc();
5181 if (auto InjLoc = TLoc.getAs<InjectedClassNameTypeLoc>())
5189 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>())
H A DSemaType.cpp4974 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); local
4975 TLoc.setStarLoc(FixitLoc);

Completed in 277 milliseconds