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

12

/external/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong ");
H A DTransAutoreleasePool.cpp268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation());
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
H A DObjCMT.cpp843 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc());
863 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); {
/external/clang/include/clang/AST/
H A DTypeLoc.h121 SourceLocation getBeginLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc());
130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); }
1109 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
1731 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc());
1834 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc());
H A DDeclarationName.h526 /// getBeginLoc - Retrieve the location of the first token.
527 SourceLocation getBeginLoc() const { return NameLoc; } function in struct:clang::DeclarationNameInfo
535 return getBeginLoc();
H A DNestedNameSpecifier.h268 SourceLocation getBeginLoc() const { function in class:clang::NestedNameSpecifierLoc
H A DExprCXX.h646 return QualifierLoc.getBeginLoc();
2536 return l.getBeginLoc();
2695 return QualifierLoc.getBeginLoc();
3126 return getQualifierLoc().getBeginLoc();
3127 return MemberNameInfo.getBeginLoc();
3269 return l.getBeginLoc();
/external/clang/include/clang/Sema/
H A DTypoCorrection.h202 ? SS->getBeginLoc()
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp121 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(),
/external/clang/lib/AST/
H A DTypeLoc.cpp128 SourceLocation TypeLoc::getBeginLoc() const { function in class:TypeLoc
H A DExprCXX.cpp135 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
815 Type->getTypeLoc().getBeginLoc(),
824 return Type->getTypeLoc().getBeginLoc();
1181 return Type->getTypeLoc().getBeginLoc();
H A DNestedNameSpecifier.cpp381 return SourceRange(TL.getBeginLoc(),
H A DDeclCXX.cpp2058 ? getQualifierLoc().getBeginLoc() : UsingLocation;
2083 ? getQualifierLoc().getBeginLoc() : UsingLocation;
H A DDeclTemplate.cpp486 ? DefaultArgument->getTypeLoc().getBeginLoc()
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp20 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
/external/clang/lib/Parse/
H A DParseTemplate.cpp956 Tok.setLocation(SS.getBeginLoc());
1029 Tok.setLocation(TemplateId->SS.getBeginLoc());
H A DParser.cpp1389 Tok.setLocation(SS.getBeginLoc());
1398 Tok.setLocation(SS.getBeginLoc());
1621 Tok.setLocation(SS.getBeginLoc());
H A DParseExprCXX.cpp388 = SS.getBeginLoc().isValid()? SS.getBeginLoc()
H A DParseDeclCXX.cpp596 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier)
926 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype)
1313 Range.setBegin(SS.getBeginLoc());
/external/clang/tools/libclang/
H A DCXCursor.cpp946 SourceLocation Loc = TL.getBeginLoc();
951 Loc = ElabTL.getNamedTypeLoc().getBeginLoc();
H A DIndexingContext.cpp171 return EL.getNamedTypeLoc().getBeginLoc();
/external/clang/lib/Sema/
H A DDeclSpec.cpp60 Range.setBegin(TL.getBeginLoc());
H A DSemaTemplateVariadic.cpp433 R.setBegin(Arg.getScopeSpec().getBeginLoc());
H A DTreeTransform.h3064 SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc());
3081 SemaRef.Diag(TL.getBeginLoc(),
3091 SemaRef.Diag(TL.getBeginLoc(), diag::err_nested_name_spec_non_tag)
3576 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(),
3673 Result = SemaRef.BuildQualifiedType(Result, T.getBeginLoc(), Quals);
4503 TL.getBeginLoc(), TL.getParmArray(), TL.getNumParams(),
4527 TL.getBeginLoc(), TL.getParmArray(), TL.getNumParams(),
5113 SemaRef.Diag(TL.getNamedTypeLoc().getBeginLoc(),
8971 E->getQualifierLoc().getBeginLoc());

Completed in 473 milliseconds

12