Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp782 DeclContext *contextDecl, bool isInstance, in ObjCMethodDecl() argument
787 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
813 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create() argument
816 return new (C, contextDecl) ObjCMethodDecl( in Create()
817 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h174 DeclContext *contextDecl, bool isInstance = true,
234 DeclContext *contextDecl, bool isInstance = true,