Home
last modified time | relevance | path

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

12

/external/bcc/src/cc/frontends/clang/
Dfrontend_action_common.h17 #define GET_BEGINLOC(E) ((E)->getBeginLoc())
/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.cpp975 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in ReplaceWithInstancetype()
995 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { in ReplaceWithClasstype()
/external/clang/include/clang/AST/
DDeclarationName.h531 SourceLocation getBeginLoc() const { return NameLoc; } in getBeginLoc() function
539 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.h282 SourceLocation getBeginLoc() const { in getBeginLoc() function
DExprCXX.h695 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/
DTemplateBase.cpp454 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange()
460 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), in getSourceRange()
DExprCXX.cpp59 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()
DTypeLoc.cpp170 SourceLocation TypeLoc::getBeginLoc() const { in getBeginLoc() function in TypeLoc
DNestedNameSpecifier.cpp430 return SourceRange(TL.getBeginLoc(), in getLocalSourceRange()
DDeclCXX.cpp2241 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
2266 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
/external/clang/include/clang/Sema/
DTypoCorrection.h210 CorrectionRange.setBegin(SS->getBeginLoc()); in setCorrectionRange()
DDeclSpec.h72 SourceLocation getBeginLoc() const { return Range.getBegin(); } in getBeginLoc() function
1579 I.Loc = SS.getBeginLoc(); in getMemberPointer()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp124 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(), in CorrectTypo()
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp205 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc())); in run()
/external/clang/lib/Parse/
DParseTemplate.cpp1015 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken()
1088 Tok.setLocation(TemplateId->SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
DParser.cpp1481 BeginLoc = SS.getBeginLoc(); in TryAnnotateName()
1513 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName()
1713 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()
1444 Range.setBegin(SS.getBeginLoc()); in ParseClassSpecifier()
/external/clang/tools/libclang/
DCXCursor.cpp1052 SourceLocation Loc = TL.getBeginLoc(); in getTypeRefCursor()
1057 Loc = ElabTL.getNamedTypeLoc().getBeginLoc(); in getTypeRefCursor()
/external/clang/lib/Sema/
DTreeTransform.h3475 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 …]
DSemaTemplateVariadic.cpp442 R.setBegin(Arg.getScopeSpec().getBeginLoc()); in ActOnPackExpansion()
DDeclSpec.cpp51 Range.setBegin(TL.getBeginLoc()); in Extend()

12