Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local
61 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1773 template <typename TLoc, typename T>
1774 class LocMatcher : public MatcherInterface<TLoc> {
1781 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5980 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) { in setMapTypeModifierLoc() argument
5983 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5994 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() argument
6958 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument
6961 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
7159 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument
7162 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
H A DASTContext.h1697 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp595 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); in CreatePropertyDecl() local
596 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
H A DSemaTemplate.cpp4957 convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc TLoc) { in convertTypeTemplateArgumentToTemplate() argument
4960 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) { in convertTypeTemplateArgumentToTemplate()
4965 TLoc = ETLoc.getNamedTypeLoc(); in convertTypeTemplateArgumentToTemplate()
4969 if (auto InjLoc = TLoc.getAs<InjectedClassNameTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
4977 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
H A DSemaType.cpp4969 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
4970 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()