HomeSort by relevance Sort by last modified time
    Searched refs:getBeginLoc (Results 1 - 25 of 37) 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());
  /external/clang/include/clang/Sema/
TypoCorrection.h 176 CorrectionRange.setBegin(CorrectionNameSpec && SS ? SS->getBeginLoc()
DeclSpec.h 75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 521 /// getBeginLoc - Retrieve the location of the first token.
522 SourceLocation getBeginLoc() const { return NameLoc; }
530 return getBeginLoc();
TypeLoc.h 114 SourceLocation getBeginLoc() const;
121 return SourceRange(getBeginLoc(), getEndLoc());
123 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); }
1028 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
    [all...]
NestedNameSpecifier.h 263 SourceLocation getBeginLoc() const {
ExprCXX.h     [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 17 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
  /external/clang/lib/AST/
TypeLoc.cpp 100 SourceLocation TypeLoc::getBeginLoc() const {
ExprCXX.cpp 77 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
732 Type->getTypeLoc().getBeginLoc(),
741 return Type->getTypeLoc().getBeginLoc();
    [all...]
NestedNameSpecifier.cpp 379 return SourceRange(TL.getBeginLoc(),
DeclTemplate.cpp 474 ? DefaultArgument->getTypeLoc().getBeginLoc()
    [all...]
Expr.cpp 451 return getQualifierLoc().getBeginLoc();
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 541 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier)
834 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype)
    [all...]
ParseExprCXX.cpp 359 = SS.getBeginLoc().isValid()? SS.getBeginLoc()
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 889 SourceLocation Loc = TL.getBeginLoc();
894 Loc = ElabTL.getNamedTypeLoc().getBeginLoc();
    [all...]
IndexingContext.cpp 172 return EL.getNamedTypeLoc().getBeginLoc();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 58 Range.setBegin(TL.getBeginLoc());
    [all...]
SemaTemplateVariadic.cpp 428 R.setBegin(Arg.getScopeSpec().getBeginLoc());
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 268 milliseconds

1 2