Searched defs:MethodName (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h28 class MethodName { class in class:lldb_private::CPlusPlusLanguage
30 MethodName() function in class:lldb_private::CPlusPlusLanguage::MethodName
34 MethodName(ConstString s) function in class:lldb_private::CPlusPlusLanguage::MethodName
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h26 class MethodName { class in class:lldb_private::ObjCLanguage
30 MethodName() function in class:lldb_private::ObjCLanguage::MethodName
34 MethodName(const char *name, bool strict) function in class:lldb_private::ObjCLanguage::MethodName
39 MethodName(llvm::StringRef name, bool strict) function in class:lldb_private::ObjCLanguage::MethodName
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h122 virtual void warnUseOfTempInInvalidState(StringRef MethodName, argument
136 virtual void warnUseInInvalidState(StringRef MethodName, argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp184 expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName) argument
/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c518 char *MethodName; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp520 std::string MethodName = MethodDec->getName().lower(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp387 DeclarationName MethodName local
H A DSemaDeclObjC.cpp3649 std::string MethodName = Method->getSelector().getAsString(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2096 std::string MethodName = local
2104 const std::string &MethodName = I.first; local
2162 std::string MethodName = local
2186 const std::string &MethodName = I.second; local
3180 std::string MethodName = PredefinedExpr::ComputeName( local
3187 const std::string &MethodName = MethodNameAndDecl.first; local
3614 std::string MethodName = PredefinedExpr::ComputeName( local
3652 const std::string &MethodName = I.second; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp279 SmallString<256> MethodName; local
1538 StringRef MethodName = getFunctionName(Method); local
H A DCGObjCGNU.cpp3863 Selector MethodName = OMD->getSelector(); local
45 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 307 milliseconds