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

/external/clang/lib/AST/
H A DDeclObjC.cpp642 DeclContext *contextDecl, bool isInstance, bool isVariadic,
645 return new (C, contextDecl) ObjCMethodDecl(
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 493 milliseconds