| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.cpp | 73 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 D | PDBSymbol.h | 18 #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 D | Consumed.h | 122 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 D | Language.h | 220 MethodName() {} in MethodName() function 222 MethodName(ConstString full) in MethodName() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 2183 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 D | Mangle.cpp | 35 StringRef MethodName) { in mangleObjCMethodName() 397 std::string MethodName; in mangleObjCMethodName() local
|
| H A D | ODRDiagsEmitter.cpp | 930 MethodName, in diagnoseMismatch() enumerator
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmextern.c | 518 char *MethodName; in AcpiDmGetExternalsFromFile() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | PredicateExpander.cpp | 199 StringRef MethodName) { in expandTIIFunctionCall()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLocalVarsChecker.cpp | 83 auto MethodName = safeGetName(MCE->getMethodDecl()); in VisitCXXMemberCallExpr() local
|
| H A D | RawPtrRefCallArgsChecker.cpp | 316 auto MethodName = safeGetName(Decl); in isMethodOnWTFContainerType() local
|
| H A D | PtrTypesSemantics.cpp | 29 const auto MethodName = safeGetName(MD); in hasPublicMethodInBaseClass() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 519 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2363 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState() 2372 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState()
|
| H A D | SemaLambda.cpp | 1002 DeclarationName MethodName = in CreateLambdaCallOperator() local
|
| H A D | SemaDeclObjC.cpp | 3682 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 415 SmallString<256> MethodName; in getObjCMethodName() local 2198 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
|
| H A D | ItaniumCXXABI.cpp | 3372 SmallString<256> MethodName; in getOrCreateVirtualFunctionPointerThunk() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 634 auto IsMethodCallToSizedObject = [](const Stmt *Node, StringRef MethodName) { in isSafeSpanTwoParamConstruct()
|