Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.cpp73 QualType findReturnType(const CXXRecordDecl &RD, StringRef MethodName) { in findReturnType()
101 clang::StringRef, MethodName) { in AST_MATCHER_P() argument
109 clang::StringRef, MethodName) { in AST_MATCHER_P() argument
165 isSmartPointerLikeValueMethodCall(clang::StringRef MethodName) { in isSmartPointerLikeValueMethodCall()
173 isSmartPointerLikeGetMethodCall(clang::StringRef MethodName) { in isSmartPointerLikeGetMethodCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h18 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
35 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h220 MethodName() {} in MethodName() function
222 MethodName(ConstString full) in MethodName() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2183 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
2190 const std::string &MethodName = I.first; in dumpLayout() local
2247 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
2270 const std::string &MethodName = I.second; in dumpLayout() local
3325 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3332 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local
3756 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local
3794 const std::string &MethodName = I.second; in dumpMethodLocations() local
H A DMangle.cpp35 StringRef MethodName) { in mangleObjCMethodName()
397 std::string MethodName; in mangleObjCMethodName() local
H A DODRDiagsEmitter.cpp930 MethodName, in diagnoseMismatch() enumerator
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmextern.c518 char *MethodName; in AcpiDmGetExternalsFromFile() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp199 StringRef MethodName) { in expandTIIFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp83 auto MethodName = safeGetName(MCE->getMethodDecl()); in VisitCXXMemberCallExpr() local
H A DRawPtrRefCallArgsChecker.cpp316 auto MethodName = safeGetName(Decl); in isMethodOnWTFContainerType() local
H A DPtrTypesSemantics.cpp29 const auto MethodName = safeGetName(MD); in hasPublicMethodInBaseClass() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp519 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2363 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState()
2372 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState()
H A DSemaLambda.cpp1002 DeclarationName MethodName = in CreateLambdaCallOperator() local
H A DSemaDeclObjC.cpp3682 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp415 SmallString<256> MethodName; in getObjCMethodName() local
2198 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
H A DItaniumCXXABI.cpp3372 SmallString<256> MethodName; in getOrCreateVirtualFunctionPointerThunk() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp634 auto IsMethodCallToSizedObject = [](const Stmt *Node, StringRef MethodName) { in isSafeSpanTwoParamConstruct()