Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h30 MethodName() : m_full(), m_class(), m_category(), m_selector() {} in MethodName() function
32 MethodName(const char *name, bool strict) in MethodName() function
37 MethodName(llvm::StringRef name, bool strict) in MethodName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h30 MethodName() in MethodName() function
33 MethodName(ConstString s) in MethodName() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h19 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
36 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h122 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState()
136 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp29 const auto MethodName = safeGetName(MD); in hasPublicRefAndDeref() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2110 std::string MethodName = in dumpLayout() local
2118 const std::string &MethodName = I.first; in dumpLayout() local
2176 std::string MethodName = in dumpLayout() local
2200 const std::string &MethodName = I.second; in dumpLayout() local
3228 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3235 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3662 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3700 const std::string &MethodName = I.second; in dumpMethodLocations() local
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmextern.c518 char *MethodName; in AcpiDmGetExternalsFromFile() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp185 StringRef MethodName) { in expandTIIFunctionCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp515 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2129 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState()
2138 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState()
H A DSemaLambda.cpp387 DeclarationName MethodName in startLambdaDefinition() local
H A DSemaDeclObjC.cpp3662 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1323 std::string MethodName = std::string(MethodIdName->getName()); in migrateFactoryMethod() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp256 SmallString<256> MethodName; in getObjCMethodName() local
1657 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9603 MethodName, in diagnoseOdrViolations() enumerator