HomeSort by relevance Sort by last modified time
    Searched refs:getBeginLoc (Results 1 - 25 of 36) 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/AST/
DeclarationName.h 522 /// getBeginLoc - Retrieve the location of the first token.
523 SourceLocation getBeginLoc() const { return NameLoc; }
528 SourceLocation BeginLoc = getBeginLoc();
533 return getBeginLoc();
TypeLoc.h 91 SourceLocation getBeginLoc() const;
98 return SourceRange(getBeginLoc(), getEndLoc());
100 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); }
1005 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
    [all...]
NestedNameSpecifier.h 264 SourceLocation getBeginLoc() const {
ExprCXX.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 99 SourceLocation TypeLoc::getBeginLoc() const {
ExprCXX.cpp 58 Start = TypeInfo->getTypeLoc().getBeginLoc();
706 Type->getTypeLoc().getBeginLoc(),
714 return SourceRange(Type->getTypeLoc().getBeginLoc(),
    [all...]
NestedNameSpecifier.cpp 382 return SourceRange(TL.getBeginLoc(),
DeclTemplate.cpp 476 ? DefaultArgument->getTypeLoc().getBeginLoc()
    [all...]
Expr.cpp 381 R.setBegin(getQualifierLoc().getBeginLoc());
388 return getQualifierLoc().getBeginLoc();
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 17 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp 537 Diag(SS.getBeginLoc(), diag::err_alias_declaration_not_identifier)
812 Diag(SS.getBeginLoc(), diag::err_unexpected_scope_on_base_decltype)
    [all...]
ParseExprCXX.cpp 318 = SS.getBeginLoc().isValid()? SS.getBeginLoc()
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
IndexingContext.cpp 173 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...]
SemaExpr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 581 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
608 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]

Completed in 1216 milliseconds

1 2