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

1 2

  /external/bcc/src/cc/frontends/clang/
frontend_action_common.h 17 #define GET_BEGINLOC(E) ((E)->getBeginLoc())
  /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     [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestTypeLocVisitor.cpp 20 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc());
  /external/clang/include/clang/AST/
DeclarationName.h 530 /// getBeginLoc - Retrieve the location of the first token.
531 SourceLocation getBeginLoc() const { return NameLoc; }
539 return getBeginLoc();
TypeLoc.h 121 SourceLocation getBeginLoc() const;
128 return SourceRange(getBeginLoc(), getEndLoc());
130 SourceLocation getLocStart() const LLVM_READONLY { return getBeginLoc(); }
    [all...]
NestedNameSpecifier.h 282 SourceLocation getBeginLoc() const {
ExprCXX.h 695 return QualifierLoc.getBeginLoc();
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 210 CorrectionRange.setBegin(SS->getBeginLoc());
DeclSpec.h 72 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 124 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(),
  /external/clang/lib/AST/
ExprCXX.cpp 59 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
730 Type->getTypeLoc().getBeginLoc(),
741 return Type->getTypeLoc().getBeginLoc();
    [all...]
TypeLoc.cpp 170 SourceLocation TypeLoc::getBeginLoc() const {
NestedNameSpecifier.cpp 430 return SourceRange(TL.getBeginLoc(),
DeclCXX.cpp     [all...]
DeclTemplate.cpp 492 ? getDefaultArgumentInfo()->getTypeLoc().getBeginLoc()
    [all...]
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 205 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
ParseExprCXX.cpp 410 = SS.getBeginLoc().isValid()? SS.getBeginLoc()
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 1052 SourceLocation Loc = TL.getBeginLoc();
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 442 R.setBegin(Arg.getScopeSpec().getBeginLoc());
    [all...]
TreeTransform.h     [all...]
DeclSpec.cpp 51 Range.setBegin(TL.getBeginLoc());
    [all...]

Completed in 574 milliseconds

1 2