/llvm-project/clang-tools-extra/clangd/ |
H A D | LSPBinder.h | 133 void LSPBinder::method(llvm::StringLiteral Method, ThisT *This, in method() 146 void LSPBinder::notification(llvm::StringLiteral Method, ThisT *This, in notification() 158 void LSPBinder::command(llvm::StringLiteral Method, ThisT *This, in command() 171 llvm::StringLiteral Method; variable 173 UntypedOutgoingNotification(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingNotification() 186 LSPBinder::outgoingNotification(llvm::StringLiteral Method) { in outgoingNotification() 191 llvm::StringLiteral Method; variable 193 UntypedOutgoingMethod(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingMethod() 216 LSPBinder::outgoingMethod(llvm::StringLiteral Method) { in outgoingMethod()
|
H A D | PathMapping.cpp | 86 bool onNotify(llvm::StringRef Method, llvm::json::Value Params) override { in onNotify() 91 bool onCall(llvm::StringRef Method, llvm::json::Value Params, in onCall() 117 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() 122 void call(llvm::StringRef Method, llvm::json::Value Params, in call()
|
H A D | JSONTransport.cpp | 70 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() 77 void call(llvm::StringRef Method, llvm::json::Value Params, in call() 174 auto Method = Object->getString("method"); in handleMessage() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | cpp.h | 19 struct Method { struct 30 Method(const isl_class &clazz, FunctionDecl *fd, argument 64 /* A data structure expressing how Method::on_arg_list should combine argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | LSPClient.cpp | 78 static void logBody(llvm::StringRef Method, llvm::json::Value V, bool Send) { in logBody() 99 std::vector<llvm::json::Value> takeNotifications(llvm::StringRef Method) { in takeNotifications() 108 void expectCall(llvm::StringRef Method) { in expectCall() 113 std::vector<llvm::json::Value> takeCallParams(llvm::StringRef Method) { in takeCallParams() 138 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify() 144 void call(llvm::StringRef Method, llvm::json::Value Params, in call() 180 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call() 191 void LSPClient::expectServerCall(llvm::StringRef Method) { in expectServerCall() 195 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify() 204 LSPClient::takeNotifications(llvm::StringRef Method) { in takeNotifications() [all …]
|
H A D | JSONTransportTests.cpp | 61 bool onNotify(llvm::StringRef Method, llvm::json::Value Params) override { in onNotify() 68 bool onCall(llvm::StringRef Method, llvm::json::Value Params, in onCall()
|
/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 29 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral() argument 41 Create(const ASTContext & C,ArrayRef<Expr * > Elements,QualType T,ObjCMethodDecl * Method,SourceRange SR) Create() argument 112 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,SourceLocation SuperLoc,bool IsInstanceSuper,QualType SuperType,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument 131 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,TypeSourceInfo * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument 147 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument 179 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,SourceLocation SuperLoc,bool IsInstanceSuper,QualType SuperType,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument 198 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,TypeSourceInfo * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument 217 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument [all...] |
H A D | ExprClassification.cpp | 408 if (const ObjCMethodDecl *Method = ClassifyInternal() local 572 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) { ClassifyMemberExpr() local
|
/llvm-project/clang-tools-extra/clangd/xpc/ |
H A D | XPCTransport.cpp | 57 void notify(StringRef Method, json::Value Params) override { in notify() 64 void call(StringRef Method, json::Value Params, json::Value ID) override { in call() 119 auto Method = Object->getString("method"); in handleMessage() local
|
/llvm-project/lldb/test/API/commands/expression/macros/ |
H A D | macro1.h | 13 Method() in Method() function
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-decl-context-json.cpp | 13 void S::Method() {} in Method() function in Test::S
|
/llvm-project/clang/test/OpenMP/ |
H A D | declare_variant_implementation_vendor_codegen.cpp | 66 int SpecialFuncs::Method() { return 13; } in Method() function in SpecialFuncs 83 int SpecSpecialFuncs::Method() { return 16; } in Method() function in SpecSpecialFuncs
|
H A D | nvptx_declare_variant_implementation_vendor_codegen.cpp | 80 int SpecialFuncs::Method() { return 13; } in Method() function in SpecialFuncs 99 int SpecSpecialFuncs::Method() { return 16; } in Method() function in SpecSpecialFuncs
|
H A D | declare_variant_mixed_codegen.cpp | 79 int SpecialFuncs::Method() { return 14; } in Method() function in SpecialFuncs 96 int SpecSpecialFuncs::Method() { return 17; } in Method() function in SpecSpecialFuncs
|
H A D | nvptx_declare_variant_device_kind_codegen.cpp | 103 int SpecialFuncs::Method() { return 13; } in Method() function in SpecialFuncs 122 int SpecSpecialFuncs::Method() { return 16; } in Method() function in SpecSpecialFuncs
|
H A D | declare_variant_device_kind_codegen.cpp | 162 int SpecialFuncs::Method() { return 1; } in Method() function in SpecialFuncs 179 int SpecSpecialFuncs::Method() { return 1; } in Method() function in SpecSpecialFuncs
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2004-03-08-ReinterpretCastCopy.cpp | 9 virtual void Method() { } in Method() function
|
/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPClient.h | 33 HTTPMethod Method = HTTPMethod::GET; member
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1484 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument 1588 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1599 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1610 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1622 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1637 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1641 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1645 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1650 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1654 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument [all …]
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 151 struct Method { argument 148 struct Method { global() struct 149 Selector__anonb21921b00411::Method global() argument 150 Kind__anonb21921b00411::Method global() argument 152 Nullability__anonb21921b00411::Method global() argument 153 NullabilityOfRet__anonb21921b00411::Method global() argument 154 RetainCountConvention__anonb21921b00411::Method global() argument 155 Availability__anonb21921b00411::Method global() argument 156 SwiftPrivate__anonb21921b00411::Method global() argument 157 SwiftName__anonb21921b00411::Method global() argument 158 FactoryAsInit__anonb21921b00411::Method global() argument 159 DesignatedInit__anonb21921b00411::Method global() argument 160 Required__anonb21921b00411::Method global() argument 161 ResultType__anonb21921b00411::Method global() argument
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnconventionalAssignOperatorCheck.cpp | 75 const auto *Method = Result.Nodes.getNodeAs<CXXMethodDecl>("method"); check() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PointerAuth.cpp | 235 checkAuthenticatedRegister(MachineBasicBlock::iterator MBBI,AuthCheckMethod Method,Register AuthenticatedReg,Register TmpReg,bool UseIKey,unsigned BrkImm) checkAuthenticatedRegister() argument 311 getCheckerSizeInBytes(AuthCheckMethod Method) getCheckerSizeInBytes() argument 331 AuthCheckMethod Method = Subtarget->getAuthenticatedLRCheckMethod(); checkAuthenticatedLR() local
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p6.cpp | 23 void Method(const T& x) { h(x); } in Method() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 155 if (!Method) { in validateBoxingMethod() argument 290 if (!Method && S.getLangOpts().DebuggerObjCLiteral) { in getNSNumberFactoryMethod() local 353 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, BuildObjCNumericLiteral() local 818 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); BuildObjCArrayLiteral() local 979 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); BuildObjCDictionaryLiteral() local 1186 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema & S,SourceLocation AtLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,ObjCMethodDecl * Method,ObjCMethodList & MethList) HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1214 DiagnoseMismatchedSelectors(Sema & S,SourceLocation AtLoc,ObjCMethodDecl * Method,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) DiagnoseMismatchedSelectors() argument 1247 ObjCMethodDecl *Method = M->getMethod(); LookupDirectMethodInMethodList() local 1308 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, ParseObjCSelectorExpression() local 1468 getBaseMessageSendResultType(Sema & S,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getBaseMessageSendResultType() argument 1533 getMessageSendResultType(const Expr * Receiver,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getMessageSendResultType() argument 1705 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); EmitRelatedResultTypeNote() local 1727 CheckMessageArgumentTypes(const Expr * Receiver,QualType ReceiverType,MultiExprArg Args,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage,SourceLocation lbrac,SourceLocation rbrac,SourceRange RecRange,QualType & ReturnType,ExprValueKind & VK) CheckMessageArgumentTypes() argument 1936 ObjCMethodDecl *Method = dyn_cast_or_null<ObjCMethodDecl>( isSelfExpr() local 2277 ObjCInterfaceOrSuperCCC(ObjCMethodDecl * Method) ObjCInterfaceOrSuperCCC() argument 2317 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { getObjCMessageKind() local 2399 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); ActOnSuperMessage() local 2445 BuildClassMessageImplicit(QualType ReceiverType,bool isSuperReceiver,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildClassMessageImplicit() argument 2506 checkFoundationAPI(Sema & S,SourceLocation Loc,const ObjCMethodDecl * Method,ArrayRef<Expr * > Args,QualType ReceiverType,bool IsClassObjectCall) checkFoundationAPI() argument 2555 DiagnoseCStringFormatDirectiveInObjCAPI(Sema & S,ObjCMethodDecl * Method,Selector Sel,Expr ** Args,unsigned NumArgs) DiagnoseCStringFormatDirectiveInObjCAPI() argument 2620 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument 2789 BuildInstanceMessageImplicit(Expr * Receiver,QualType ReceiverType,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildInstanceMessageImplicit() argument 2845 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | SlicingCheck.cpp | 80 for (const auto *Method : DerivedDecl.methods()) { in diagnoseSlicedOverriddenMethods() local
|