Home
last modified time | relevance | path

Searched refs:getBeginLoc (Results 1 – 25 of 43) sorted by relevance

12

/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestTypeLocVisitor.cpp20 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc()); in VisitTypeLoc()
/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
DTransAutoreleasePool.cpp268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation()); in VisitTypedefTypeLoc()
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation()); in VisitTagTypeLoc()
DObjCMT.cpp974 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in ReplaceWithInstancetype()
994 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { in ReplaceWithClasstype()
/external/clang/include/clang/AST/
DDeclarationName.h528 SourceLocation getBeginLoc() const { return NameLoc; } in getBeginLoc() function
536 return getBeginLoc(); in getLocStart()
DTypeLoc.h121 SourceLocation getBeginLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart()
1191 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc()); in getLocalSourceRange()
1815 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc()); in getLocalSourceRange()
1918 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange()
DNestedNameSpecifier.h281 SourceLocation getBeginLoc() const { in getBeginLoc() function
DExprCXX.h658 return QualifierLoc.getBeginLoc(); in getLocStart()
2705 return l.getBeginLoc(); in getLocStart()
2867 return QualifierLoc.getBeginLoc(); in getLocStart()
3302 return getQualifierLoc().getBeginLoc(); in getLocStart()
3303 return MemberNameInfo.getBeginLoc(); in getLocStart()
3447 return l.getBeginLoc(); in getLocStart()
/external/clang/lib/AST/
DTemplateBase.cpp445 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange()
451 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange()
DExprCXX.cpp132 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc; in getLocStart()
809 Type->getTypeLoc().getBeginLoc(), in CXXTemporaryObjectExpr()
820 return Type->getTypeLoc().getBeginLoc(); in getLocStart()
1195 return Type->getTypeLoc().getBeginLoc(); in getLocStart()
DTypeLoc.cpp170 SourceLocation TypeLoc::getBeginLoc() const { in getBeginLoc() function in TypeLoc
DNestedNameSpecifier.cpp416 return SourceRange(TL.getBeginLoc(), in getLocalSourceRange()
DDeclCXX.cpp2128 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
2153 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
DDeclTemplate.cpp511 ? getDefaultArgumentInfo()->getTypeLoc().getBeginLoc() in getDefaultArgumentLoc()
/external/clang/include/clang/Sema/
DTypoCorrection.h204 CorrectionRange.setBegin(SS->getBeginLoc()); in setCorrectionRange()
DDeclSpec.h72 SourceLocation getBeginLoc() const { return Range.getBegin(); } in getBeginLoc() function
1534 I.Loc = SS.getBeginLoc(); in getMemberPointer()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp120 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(), in CorrectTypo()
/external/clang/lib/Parse/
DParseTemplate.cpp995 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken()
1068 Tok.setLocation(TemplateId->SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
DParser.cpp1455 BeginLoc = SS.getBeginLoc(); in TryAnnotateName()
1487 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName()
1690 BeginLoc = SS.getBeginLoc(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
DParseDeclCXX.cpp621 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier) in ParseUsingDeclaration()
956 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype) in ParseBaseTypeSpecifier()
1429 Range.setBegin(SS.getBeginLoc()); in ParseClassSpecifier()
DParseExprCXX.cpp410 = SS.getBeginLoc().isValid()? SS.getBeginLoc() in ParseOptionalCXXScopeSpecifier()
/external/clang/tools/libclang/
DCXCursor.cpp1024 SourceLocation Loc = TL.getBeginLoc(); in getTypeRefCursor()
1029 Loc = ElabTL.getNamedTypeLoc().getBeginLoc(); in getTypeRefCursor()
/external/clang/lib/Sema/
DTreeTransform.h3369 SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc()); in TransformNestedNameSpecifierLoc()
3376 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc()); in TransformNestedNameSpecifierLoc()
3394 SemaRef.Diag(TL.getBeginLoc(), in TransformNestedNameSpecifierLoc()
3404 SemaRef.Diag(TL.getBeginLoc(), diag::err_nested_name_spec_non_tag) in TransformNestedNameSpecifierLoc()
3889 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformType()
3986 Result = SemaRef.BuildQualifiedType(Result, T.getBeginLoc(), Quals); in TransformQualifiedType()
4797 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType()
4821 TL.getBeginLoc(), TL.getParmArray(), TL.getNumParams(), in TransformFunctionProtoType()
4845 TL.getBeginLoc(), TL.getParmArray(), TL.getNumParams(), in TransformFunctionProtoType()
5536 SemaRef.Diag(TL.getNamedTypeLoc().getBeginLoc(), in TransformElaboratedType()
[all …]
DSemaTemplateVariadic.cpp442 R.setBegin(Arg.getScopeSpec().getBeginLoc()); in ActOnPackExpansion()
DDeclSpec.cpp51 Range.setBegin(TL.getBeginLoc()); in Extend()

12