HomeSort by relevance Sort by last modified time
    Searched refs:getBeginLoc (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong ");
TransAutoreleasePool.cpp 268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation());
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
ObjCMT.cpp 572 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc());
  /external/clang/include/clang/Sema/
TypoCorrection.h 189 ? SS->getBeginLoc()
DeclSpec.h 75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 525 /// getBeginLoc - Retrieve the location of the first token.
526 SourceLocation getBeginLoc() const { return NameLoc; }
534 return getBeginLoc();
TypeLoc.h 118 SourceLocation getBeginLoc() const;
125 return SourceRange(getBeginLoc(), getEndLoc());
127 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); }
    [all...]
NestedNameSpecifier.h 267 SourceLocation getBeginLoc() const {
ExprCXX.h 646 return QualifierLoc.getBeginLoc();
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 128 SourceLocation TypeLoc::getBeginLoc() const {
ExprCXX.cpp 77 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
745 Type->getTypeLoc().getBeginLoc(),
754 return Type->getTypeLoc().getBeginLoc();
    [all...]
NestedNameSpecifier.cpp 379 return SourceRange(TL.getBeginLoc(),
DeclCXX.cpp     [all...]
DeclTemplate.cpp 490 ? DefaultArgument->getTypeLoc().getBeginLoc()
    [all...]
Expr.cpp 467 return getQualifierLoc().getBeginLoc();
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 19 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 558 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier)
873 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype)
    [all...]
ParseExprCXX.cpp 379 = SS.getBeginLoc().isValid()? SS.getBeginLoc()
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 914 SourceLocation Loc = TL.getBeginLoc();
919 Loc = ElabTL.getNamedTypeLoc().getBeginLoc();
    [all...]
IndexingContext.cpp 172 return EL.getNamedTypeLoc().getBeginLoc();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 59 Range.setBegin(TL.getBeginLoc());
    [all...]
SemaTemplateVariadic.cpp 433 R.setBegin(Arg.getScopeSpec().getBeginLoc());
    [all...]
TreeTransform.h     [all...]

Completed in 565 milliseconds

1 2