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

/external/clang/lib/Index/
H A DUSRGeneration.cpp862 bool IsInstanceMethod,
864 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel;
861 generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod, raw_ostream &OS) argument
/external/clang/include/clang/AST/
H A DComment.h1078 unsigned IsInstanceMethod : 1; member in struct:clang::comments::ParamCommandComment::DeclInfo
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp522 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
H A DRewriteModernObjC.cpp443 bool IsInstanceMethod,
7376 bool IsInstanceMethod,
7409 if (IsInstanceMethod)
7421 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
7425 Result += IsInstanceMethod ? "inst" : "cls";
7374 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6415 bool IsInstanceMethod,
6464 if (IsInstanceMethod &&
6478 if (IsInstanceMethod &&
6502 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
6554 if (IsInstanceMethod &&
6577 if (IsInstanceMethod &&
6600 if (IsInstanceMethod &&
6627 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6661 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6693 if (IsInstanceMethod
6414 AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, bool IsInstanceMethod, QualType ReturnType, ASTContext &Context, VisitedSelectorSet &KnownSelectors, ResultBuilder &Results) argument
7044 CodeCompleteObjCMethodDecl(Scope *S, bool IsInstanceMethod, ParsedType ReturnTy) argument
7216 CodeCompleteObjCMethodDeclSelector(Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, ArrayRef<IdentifierInfo *> SelIdents) argument
[all...]

Completed in 170 milliseconds