Searched refs:TLoc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransARCAssign.cpp | 60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local 61 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 1805 template <typename TLoc, typename T> 1806 class LocMatcher : public MatcherInterface<TLoc> { 1813 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5584 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) { in setMapTypeModifierLoc() argument 5587 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc() 5598 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() argument 6506 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument 6509 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc() 6708 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument 6711 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
|
H A D | ASTContext.h | 1512 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 610 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); in CreatePropertyDecl() local 611 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
|
H A D | SemaTemplate.cpp | 5308 convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc TLoc) { in convertTypeTemplateArgumentToTemplate() argument 5311 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) { in convertTypeTemplateArgumentToTemplate() 5316 TLoc = ETLoc.getNamedTypeLoc(); in convertTypeTemplateArgumentToTemplate() 5320 if (auto InjLoc = TLoc.getAs<InjectedClassNameTypeLoc>()) in convertTypeTemplateArgumentToTemplate() 5328 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
|
H A D | SemaType.cpp | 5089 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local 5090 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
|