Searched defs:beginLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); local
69 assert(beginLoc.isValid() && endLoc.isValid());
71 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
74 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
/external/clang/lib/AST/
H A DDeclObjC.cpp391 SourceLocation beginLoc,
403 return new (C) ObjCMethodDecl(beginLoc, endLoc,
390 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isSynthesized, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument

Completed in 64 milliseconds