Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransARCAssign.cpp61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local
62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
HDObjCMT.cpp789 TypeLoc TLoc = TSourceInfo->getTypeLoc(); in rewriteToNSMacroDecl() local
790 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h1384 template <typename TLoc, typename T>
1385 class LocMatcher : public WrapperMatcherInterface<TLoc> {
1390 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp558 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart(); in CreatePropertyDecl() local
559 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
HDSemaType.cpp3766 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
3767 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1168 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,