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

/external/clang/lib/AST/
H A DDeclObjC.cpp644 DeclContext *contextDecl, bool isInstance, bool isVariadic,
647 return new (C, contextDecl) ObjCMethodDecl(
648 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
641 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 42 milliseconds