Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local
61 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1777 template <typename TLoc, typename T>
1778 class LocMatcher : public MatcherInterface<TLoc> {
1785 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5844 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) { in setMapTypeModifierLoc() argument
5847 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
5858 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() argument
6822 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument
6825 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
7023 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument
7026 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
H A DASTContext.h1616 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp610 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); in CreatePropertyDecl() local
611 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
H A DSemaTemplate.cpp5479 convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc TLoc) { in convertTypeTemplateArgumentToTemplate() argument
5482 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) { in convertTypeTemplateArgumentToTemplate()
5487 TLoc = ETLoc.getNamedTypeLoc(); in convertTypeTemplateArgumentToTemplate()
5491 if (auto InjLoc = TLoc.getAs<InjectedClassNameTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
5499 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
H A DSemaType.cpp5277 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
5278 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()