Searched refs:IsInstanceMethod (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h50 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp211 IsInstanceMethod = false;
247 IsInstanceMethod = MD->isInstance();
248 IsClassMethod = !IsInstanceMethod;
258 IsInstanceMethod = MD->isInstanceMethod();
259 IsClassMethod = !IsInstanceMethod;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8111 bool IsInstanceMethod,
8159 if (IsInstanceMethod &&
8173 if (IsInstanceMethod &&
8195 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
8246 if (IsInstanceMethod &&
8268 if (IsInstanceMethod &&
8290 if (IsInstanceMethod &&
8317 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8349 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8379 if (IsInstanceMethod
8110 AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, bool IsInstanceMethod, QualType ReturnType, ASTContext &Context, VisitedSelectorSet &KnownSelectors, ResultBuilder &Results) argument
8723 CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod, ParsedType ReturnTy) argument
8900 CodeCompleteObjCMethodDeclSelector( Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, ArrayRef<IdentifierInfo *> SelIdents) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1046 bool IsInstanceMethod,
1048 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel;
1045 generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod, raw_ostream &OS) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h1072 unsigned IsInstanceMethod : 1; member in struct:clang::comments::ParamCommandComment::DeclInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp443 bool IsInstanceMethod,
7369 bool IsInstanceMethod,
7402 if (IsInstanceMethod)
7414 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
7418 Result += IsInstanceMethod ? "inst" : "cls";
7367 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
H A DRewriteObjC.cpp521 bool IsInstanceMethod,
5732 bool IsInstanceMethod,
5770 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
5774 Result += IsInstanceMethod ? "inst" : "cls";
5730 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12054 void CodeCompleteObjCMethodDecl(Scope *S, Optional<bool> IsInstanceMethod,
12057 bool IsInstanceMethod,

Completed in 233 milliseconds