/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UnsafeFunctionsCheck.cpp | 39 getAnnexKReplacementFor(StringRef FunctionName) { in getReplacementFor() argument 61 return StringSwitch<StringRef>(FunctionName) in getReplacementForAdditional() argument 32 getAnnexKReplacementFor(StringRef FunctionName) getAnnexKReplacementFor() argument 84 getRationaleFor(StringRef FunctionName) getRationaleFor() argument 198 StringRef FunctionName = FuncDecl->getName(); check() local [all...] |
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 113 Key insert(StringRef FunctionName) { in insert() 123 Key lookup(StringRef FunctionName) { in lookup()
|
H A D | SampleProfReader.h | 292 void insert(StringRef FunctionName) { Remappings->insert(FunctionName); } in insert() argument 296 bool exist(StringRef FunctionName) { in exist() argument
|
H A D | InstrProfCorrelator.h | 99 std::string FunctionName; global() member
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 391 /// \c SpecificType::FunctionName. The existence of such a function determines argument 429 /// AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName) work argument 363 AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName,FunctionName,ReturnTypesF) global() argument 403 AST_TYPELOC_TRAVERSE_MATCHER_DECL(MatcherName,FunctionName,ReturnTypesF) global() argument [all...] |
/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.cpp |
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | UtilityFunction.h | 89 const char *FunctionName() override { return m_function_name.c_str(); } in FunctionName() function
|
H A D | FunctionCaller.h | 272 const char *FunctionName() override { in FunctionName() function
|
H A D | UserExpression.h | 193 const char *FunctionName() override { return "$__lldb_expr"; } in FunctionName() function
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | UseStdMinMaxCheck.cpp | 86 createReplacement(const Expr * CondLhs,const Expr * CondRhs,const Expr * AssignLhs,const SourceManager & Source,const LangOptions & LO,StringRef FunctionName,const BinaryOperator * BO) createReplacement() argument 166 __anon3665c4ea0202(const llvm::StringRef FunctionName) check() argument
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMappingReader.h | 36 StringRef FunctionName; member 168 StringRef FunctionName; member
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSortingChecker.cpp |
|
H A D | GCDAntipatternChecker.cpp | 55 decltype(auto) callsName(const char *FunctionName) { in callsName()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 35 #define GENERATE_HLSL_INTRINSIC_FUNCTION(FunctionName, IntrinsicPostfix) \ argument
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | InstrumentationMap.h | 63 std::string FunctionName; member
|
/llvm-project/third-party/benchmark/test/ |
H A D | benchmark_name_gtest.cc | 14 TEST(BenchmarkNameTest, FunctionName) { in TEST() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | ProfileList.cpp | 119 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded()
|
/llvm-project/polly/lib/Exchange/ |
H A D | JSONExporter.cpp | 86 std::string FunctionName = S.getFunction().getName().str(); in getFileName() local 186 std::string FunctionName = S.getFunction().getName().str(); in exportScop() local 700 std::string FunctionName = S.getFunction().getName().str(); in importScop() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 285 std::string FunctionName, FileName; symbolizeCode() local 313 std::string FunctionName, FileName; symbolizeInlinedCode() local
|
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | Remark.h | 110 StringRef FunctionName; member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | convert-member-functions-to-static.cpp | 221 #define T(FunctionName, Keyword) \ argument 227 #define T2(FunctionName) \ argument
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | MoveConstArgCheck.cpp | 175 const NamedDecl *FunctionName = nullptr; in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MinMaxUseInitializerListCheck.cpp | 214 __anon5ccfe3e20202(const StringRef FunctionName) registerMatchers() argument
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 135 Expected<StringRef> getMainModulePath(StringRef FunctionName, in getMainModulePath()
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.cpp | 438 StringRef FunctionName = Rec->getValueAsString("Name"); expandHeader() local 572 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); expandEpilogue() local
|