Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1775 template <typename TLoc, typename T>
1776 class LocMatcher : public MatcherInterface<TLoc> {
1783 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6532 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) { in setMapTypeModifierLoc() argument
6535 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
6546 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() argument
7544 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument
7547 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
7745 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc() argument
7748 MotionModifiersLoc[I] = TLoc; in setMotionModifierLoc()
H A DASTContext.h1882 TemplateName T, SourceLocation TLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp596 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); in CreatePropertyDecl() local
597 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
H A DSemaTemplate.cpp5338 convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc TLoc) { in convertTypeTemplateArgumentToTemplate() argument
5341 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) { in convertTypeTemplateArgumentToTemplate()
5346 TLoc = ETLoc.getNamedTypeLoc(); in convertTypeTemplateArgumentToTemplate()
5350 if (auto InjLoc = TLoc.getAs<InjectedClassNameTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
5358 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>()) in convertTypeTemplateArgumentToTemplate()
H A DSemaType.cpp5034 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
5035 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()