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

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); local
70 assert(beginLoc.isValid() && endLoc.isValid());
72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
/external/clang/lib/AST/
H A DDeclObjC.cpp640 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
646 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
639 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument

Completed in 135 milliseconds