Home
last modified time | relevance | path

Searched defs:MethodName (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h20 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
39 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument
/external/grpc-grpc/src/csharp/Grpc.Core/
DAsyncAuthInterceptor.cs64 public string MethodName property in Grpc.Core.AuthInterceptorContext
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h20 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
/external/clang/include/clang/Analysis/Analyses/
DConsumed.h111 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState()
125 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp201 for (StringRef MethodName : Record.getMethodNames()) in writeVFTable() local
206 for (StringRef MethodName : Record.getMethodNames()) in writeVFTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.cpp142 StringRef MethodName) { in expandTIIFunctionCall()
/external/clang/lib/AST/
DVTableBuilder.cpp2104 std::string MethodName = in dumpLayout() local
2112 const std::string &MethodName = I.first; in dumpLayout() local
2171 std::string MethodName = in dumpLayout() local
2195 const std::string &MethodName = I.second; in dumpLayout() local
3205 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3212 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3626 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3664 const std::string &MethodName = I.second; in dumpMethodLocations() local
/external/python/apitools/apitools/gen/
Dutil.py134 def MethodName(self, name, separator='_'): member in Names
/external/syzkaller/vendor/google.golang.org/grpc/
Dserver.go65 MethodName string member
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1806 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState()
1815 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState()
DSemaLambda.cpp381 DeclarationName MethodName in startLambdaDefinition() local
DSemaDeclObjC.cpp3554 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp922 StringRef CategoryName, const Selector MethodName, in SymbolNameForMethod()
2628 Selector MethodName = OMD->getSelector(); in GenerateMethod() local
DCGDebugInfo.cpp221 SmallString<256> MethodName; in getObjCMethodName() local
1216 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1332 std::string MethodName = MethodIdName->getName(); in migrateFactoryMethod() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1454 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument