Searched refs:Fr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseTrailingReturnTypeCheck.cpp | 334 const FunctionDecl &F, const FriendDecl *Fr, const ASTContext &Ctx, in keepSpecifiers() argument 341 !Fr && !(M && M->isVirtualAsWritten())) in keepSpecifiers() 404 const auto *Fr = Result.Nodes.getNodeAs<FriendDecl>("Friend"); in check() local 488 keepSpecifiers(ReturnType, Auto, ReturnTypeCVRange, *F, Fr, Ctx, SM, in check()
|
| H A D | UseTrailingReturnTypeCheck.h | 58 const FriendDecl *Fr, const ASTContext &Ctx,
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | Opts.td | 105 def source_browser_file : UnsupportedJoined<"Fr">, HelpText<"">;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 3159 if (Value *Fr = foldSelectWithFrozenICmp(SI, Builder)) in visitSelectInst() local 3160 return replaceInstUsesWith(SI, Fr); in visitSelectInst()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 2875 for (auto Fr : FromFriends) { in TEST_P() local 2876 ASSERT_EQ(Fr, FromFriend); in TEST_P() 2888 for (auto Fr : ToFriends) { in TEST_P() local 2889 EXPECT_EQ(Fr, ToFriend); in TEST_P()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 6822 def _SLASH_Fr : CLJoined<"Fr">;
|