/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestTypeLocVisitor.cpp | 20 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc()); in VisitTypeLoc()
|
/external/clang/lib/ARCMigrate/ |
D | TransARCAssign.cpp | 62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
|
D | TransAutoreleasePool.cpp | 268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation()); in VisitTypedefTypeLoc() 272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation()); in VisitTagTypeLoc()
|
D | ObjCMT.cpp | 986 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in ReplaceWithInstancetype() 1006 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { in ReplaceWithClasstype()
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 528 SourceLocation getBeginLoc() const { return NameLoc; } in getBeginLoc() function 536 return getBeginLoc(); in getLocStart()
|
D | TypeLoc.h | 121 SourceLocation getBeginLoc() const; 128 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange() 130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); } in getLocStart() 1109 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc()); in getLocalSourceRange() 1733 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc()); in getLocalSourceRange() 1836 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange()
|
D | NestedNameSpecifier.h | 281 SourceLocation getBeginLoc() const { in getBeginLoc() function
|
D | ExprCXX.h | 653 return QualifierLoc.getBeginLoc(); in getLocStart() 2576 return l.getBeginLoc(); in getLocStart() 2735 return QualifierLoc.getBeginLoc(); in getLocStart() 3167 return getQualifierLoc().getBeginLoc(); in getLocStart() 3168 return MemberNameInfo.getBeginLoc(); in getLocStart() 3310 return l.getBeginLoc(); in getLocStart()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 447 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange() 453 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange()
|
D | ExprCXX.cpp | 132 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc; in getLocStart() 809 Type->getTypeLoc().getBeginLoc(), in CXXTemporaryObjectExpr() 820 return Type->getTypeLoc().getBeginLoc(); in getLocStart() 1186 return Type->getTypeLoc().getBeginLoc(); in getLocStart()
|
D | TypeLoc.cpp | 128 SourceLocation TypeLoc::getBeginLoc() const { in getBeginLoc() function in TypeLoc
|
D | NestedNameSpecifier.cpp | 416 return SourceRange(TL.getBeginLoc(), in getLocalSourceRange()
|
D | DeclCXX.cpp | 2112 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange() 2137 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
|
D | DeclTemplate.cpp | 507 ? DefaultArgument->getTypeLoc().getBeginLoc() in getDefaultArgumentLoc()
|
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 204 CorrectionRange.setBegin(SS->getBeginLoc()); in setCorrectionRange()
|
D | DeclSpec.h | 76 SourceLocation getBeginLoc() const { return Range.getBegin(); } in getBeginLoc() function 1504 I.Loc = SS.getBeginLoc(); in getMemberPointer()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 120 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(), in CorrectTypo()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1392 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName() 1401 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName() 1607 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
D | ParseTemplate.cpp | 974 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken() 1047 Tok.setLocation(TemplateId->SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
|
D | ParseDeclCXX.cpp | 613 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier) in ParseUsingDeclaration() 948 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype) in ParseBaseTypeSpecifier() 1395 Range.setBegin(SS.getBeginLoc()); in ParseClassSpecifier()
|
D | ParseExprCXX.cpp | 410 = SS.getBeginLoc().isValid()? SS.getBeginLoc() in ParseOptionalCXXScopeSpecifier()
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 988 SourceLocation Loc = TL.getBeginLoc(); in getTypeRefCursor() 993 Loc = ElabTL.getNamedTypeLoc().getBeginLoc(); in getTypeRefCursor()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 3181 SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc()); in TransformNestedNameSpecifierLoc() 3188 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc()); in TransformNestedNameSpecifierLoc() 3206 SemaRef.Diag(TL.getBeginLoc(), in TransformNestedNameSpecifierLoc() 3216 SemaRef.Diag(TL.getBeginLoc(), diag::err_nested_name_spec_non_tag) in TransformNestedNameSpecifierLoc() 3701 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformType() 3798 Result = SemaRef.BuildQualifiedType(Result, T.getBeginLoc(), Quals); in TransformQualifiedType() 4609 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType() 4633 TL.getBeginLoc(), TL.getParmArray(), TL.getNumParams(), in TransformFunctionProtoType() 4657 TL.getBeginLoc(), TL.getParmArray(), TL.getNumParams(), in TransformFunctionProtoType() 5350 SemaRef.Diag(TL.getNamedTypeLoc().getBeginLoc(), in TransformElaboratedType() [all …]
|
D | SemaTemplateVariadic.cpp | 442 R.setBegin(Arg.getScopeSpec().getBeginLoc()); in ActOnPackExpansion()
|
D | DeclSpec.cpp | 61 Range.setBegin(TL.getBeginLoc()); in Extend()
|