Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local
DObjCMT.cpp778 TypeLoc TLoc = TSourceInfo->getTypeLoc(); in rewriteToNSMacroDecl() local
/external/llvm-project/clang/lib/ARCMigrate/
DTransARCAssign.cpp60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp34 SourceLocation startLocationForType(TypeLoc TLoc) { in startLocationForType()
47 SourceLocation endLocationForType(TypeLoc TLoc) { in endLocationForType()
560 } else if (const auto *TLoc = Result.Nodes.getNodeAs<TypeLoc>("type")) { in run() local
/external/llvm-project/clang/unittests/Tooling/
DLookupTest.cpp185 StringRef ReplacementString) { in TEST()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp609 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart(); in CreatePropertyDecl() local
DSemaType.cpp4075 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5490 void setMapTypeModifierLoc(unsigned I, SourceLocation TLoc) { in setMapTypeModifierLoc()
5504 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc()
6412 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc()
6614 void setMotionModifierLoc(unsigned I, SourceLocation TLoc) { in setMotionModifierLoc()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp617 SourceLocation TLoc = TInfo->getTypeLoc().getBeginLoc(); in CreatePropertyDecl() local
DSemaType.cpp5049 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local
DSemaTemplate.cpp5285 convertTypeTemplateArgumentToTemplate(ASTContext &Context, TypeLoc TLoc) { in convertTypeTemplateArgumentToTemplate()
/external/clang/include/clang/AST/
DOpenMPClause.h3330 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc()