Home
last modified time | relevance | path

Searched refs:contextDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp821 QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, in ObjCMethodDecl() argument
825 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
852 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create() argument
856 return new (C, contextDecl) ObjCMethodDecl( in Create()
857 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h171 QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl,
232 DeclContext *contextDecl, bool isInstance = true,