Searched refs:SelInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 820 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument 825 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 851 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, in Create() argument 857 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 170 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, 231 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
|