Home
last modified time | relevance | path

Searched defs:TLoc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5584 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) { in setMapTypeModifierLoc()
5598 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc()
6506 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc()
6708 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp610 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); in CreatePropertyDecl() local
H A DSemaType.cpp5089 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
H A DSemaTemplate.cpp5308 convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc TLoc) { in convertTypeTemplateArgumentToTemplate()