/external/bcc/src/cc/frontends/clang/ |
D | frontend_action_common.h | 17 #define GET_BEGINLOC(E) ((E)->getBeginLoc())
|
/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 | 975 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in ReplaceWithInstancetype() 995 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { in ReplaceWithClasstype()
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 531 SourceLocation getBeginLoc() const { return NameLoc; } in getBeginLoc() function 539 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() 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()
|
D | NestedNameSpecifier.h | 282 SourceLocation getBeginLoc() const { in getBeginLoc() function
|
D | ExprCXX.h | 695 return QualifierLoc.getBeginLoc(); in getLocStart() 2759 return l.getBeginLoc(); in getLocStart() 2905 return QualifierLoc.getBeginLoc(); in getLocStart() 3325 return getQualifierLoc().getBeginLoc(); in getLocStart() 3326 return MemberNameInfo.getBeginLoc(); in getLocStart() 3479 return l.getBeginLoc(); in getLocStart()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 454 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange() 460 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange()
|
D | ExprCXX.cpp | 59 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc; in getLocStart() 730 Type->getTypeLoc().getBeginLoc(), in CXXTemporaryObjectExpr() 741 return Type->getTypeLoc().getBeginLoc(); in getLocStart() 1105 return Type->getTypeLoc().getBeginLoc(); in getLocStart()
|
D | TypeLoc.cpp | 170 SourceLocation TypeLoc::getBeginLoc() const { in getBeginLoc() function in TypeLoc
|
D | NestedNameSpecifier.cpp | 430 return SourceRange(TL.getBeginLoc(), in getLocalSourceRange()
|
D | DeclCXX.cpp | 2241 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange() 2266 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
|
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 210 CorrectionRange.setBegin(SS->getBeginLoc()); in setCorrectionRange()
|
D | DeclSpec.h | 72 SourceLocation getBeginLoc() const { return Range.getBegin(); } in getBeginLoc() function 1579 I.Loc = SS.getBeginLoc(); in getMemberPointer()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 124 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(), in CorrectTypo()
|
/external/v8/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 205 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc())); in run()
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 1015 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken() 1088 Tok.setLocation(TemplateId->SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
|
D | Parser.cpp | 1481 BeginLoc = SS.getBeginLoc(); in TryAnnotateName() 1513 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName() 1713 BeginLoc = SS.getBeginLoc(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
D | ParseDeclCXX.cpp | 621 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier) in ParseUsingDeclaration() 956 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype) in ParseBaseTypeSpecifier() 1444 Range.setBegin(SS.getBeginLoc()); in ParseClassSpecifier()
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 1052 SourceLocation Loc = TL.getBeginLoc(); in getTypeRefCursor() 1057 Loc = ElabTL.getNamedTypeLoc().getBeginLoc(); in getTypeRefCursor()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 3475 SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc()); in TransformNestedNameSpecifierLoc() 3482 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc()); in TransformNestedNameSpecifierLoc() 3500 SemaRef.Diag(TL.getBeginLoc(), in TransformNestedNameSpecifierLoc() 3510 SemaRef.Diag(TL.getBeginLoc(), diag::err_nested_name_spec_non_tag) in TransformNestedNameSpecifierLoc() 3995 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformType() 4092 Result = SemaRef.BuildQualifiedType(Result, T.getBeginLoc(), Quals); in TransformQualifiedType() 4925 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType() 4951 TL.getBeginLoc(), TL.getParams(), in TransformFunctionProtoType() 4977 TL.getBeginLoc(), TL.getParams(), in TransformFunctionProtoType() 5701 SemaRef.Diag(TL.getNamedTypeLoc().getBeginLoc(), in TransformElaboratedType() [all …]
|
D | SemaTemplateVariadic.cpp | 442 R.setBegin(Arg.getScopeSpec().getBeginLoc()); in ActOnPackExpansion()
|
D | DeclSpec.cpp | 51 Range.setBegin(TL.getBeginLoc()); in Extend()
|