Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h31 MethodName() in MethodName() function
35 MethodName(const char *name, bool strict) in MethodName() function
40 MethodName(llvm::StringRef name, bool strict) in MethodName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h31 MethodName() in MethodName() function
35 MethodName(const ConstString &s) in MethodName() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h20 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
39 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h123 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState()
137 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2096 std::string MethodName = in dumpLayout() local
2104 const std::string &MethodName = I.first; in dumpLayout() local
2162 std::string MethodName = in dumpLayout() local
2186 const std::string &MethodName = I.second; in dumpLayout() local
3181 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3188 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3615 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3653 const std::string &MethodName = I.second; in dumpMethodLocations() local
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmextern.c518 char *MethodName; in AcpiDmGetExternalsFromFile() local
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp186 StringRef MethodName) { in expandTIIFunctionCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp502 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1932 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState()
1941 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState()
H A DSemaLambda.cpp402 DeclarationName MethodName in startLambdaDefinition() local
H A DSemaDeclObjC.cpp3625 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp47 StringRef CategoryName, const Selector MethodName, in SymbolNameForMethod()
3757 Selector MethodName = OMD->getSelector(); in GenerateMethod() local
H A DCGDebugInfo.cpp279 SmallString<256> MethodName; in getObjCMethodName() local
1503 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1322 std::string MethodName = MethodIdName->getName(); in migrateFactoryMethod() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10116 MethodName, in diagnoseOdrViolations() enumerator