HomeSort by relevance Sort by last modified time
    Searched refs:getBeginLoc (Results 1 - 25 of 43) 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 843 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc());
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 526 /// getBeginLoc - Retrieve the location of the first token.
527 SourceLocation getBeginLoc() const { return NameLoc; }
535 return getBeginLoc();
TypeLoc.h 121 SourceLocation getBeginLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc());
130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); }
    [all...]
NestedNameSpecifier.h 268 SourceLocation getBeginLoc() const {
ExprCXX.h 646 return QualifierLoc.getBeginLoc();
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 202 ? SS->getBeginLoc()
DeclSpec.h 75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 121 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(),
  /external/clang/lib/AST/
TypeLoc.cpp 128 SourceLocation TypeLoc::getBeginLoc() const {
ExprCXX.cpp 135 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
    [all...]
NestedNameSpecifier.cpp 381 return SourceRange(TL.getBeginLoc(),
DeclCXX.cpp     [all...]
DeclTemplate.cpp 486 ? DefaultArgument->getTypeLoc().getBeginLoc()
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 20 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseExprCXX.cpp 388 = SS.getBeginLoc().isValid()? SS.getBeginLoc()
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 946 SourceLocation Loc = TL.getBeginLoc();
951 Loc = ElabTL.getNamedTypeLoc().getBeginLoc();
    [all...]
IndexingContext.cpp 171 return EL.getNamedTypeLoc().getBeginLoc();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 60 Range.setBegin(TL.getBeginLoc());
    [all...]
SemaTemplateVariadic.cpp 433 R.setBegin(Arg.getScopeSpec().getBeginLoc());
    [all...]
TreeTransform.h     [all...]

Completed in 943 milliseconds

1 2