| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 170 bool IsDecl = false); 177 bool IsDecl = false);
|
| H A D | Transforms.cpp | 117 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument 118 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() 130 bool IsDecl) { in findSemiAfterLocation() argument 156 if (!IsDecl) in findSemiAfterLocation()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.h | 132 bool IsDecl = false; member
|
| H A D | ClangdLSPServer.cpp | 1392 bool IsDecl = Ref.Attributes & ReferencesResult::Declaration; in onReference() local 1393 if (IncludeDecl || !IsDecl) in onReference()
|
| H A D | SemanticHighlighting.cpp | 857 if (R.IsDecl && !isa<UnresolvedUsingValueDecl>(Decl)) in getSemanticHighlightings()
|
| H A D | FindTarget.cpp | 1169 if (R.IsDecl) in operator <<()
|
| H A D | XRefs.cpp | 2211 !Ref.IsDecl) in getNonLocalDeclRefs()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 917 bool IsDecl; 921 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 924 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 930 IsDecl(N->getIsDecl()) {} 938 IsDecl == RHS->getIsDecl();
|
| H A D | DebugInfoMetadata.cpp | 1083 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument 1085 LineNo(LineNo), IsDecl(IsDecl) {} in DIModule() 1090 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl() argument 1094 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1097 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
| H A D | DIBuilder.cpp | 925 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument 928 IsDecl); in createModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2311 bool IsDecl; variable 2314 bool IsDecl, ArrayRef<Metadata *> Ops); 2320 unsigned LineNo, bool IsDecl, StorageType Storage, 2325 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2331 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2345 bool IsDecl = false), 2347 APINotesFile, LineNo, IsDecl)) 2352 bool IsDecl = false), 2354 APINotesFile, LineNo, IsDecl)) 2364 bool getIsDecl() const { return IsDecl; } in getIsDecl()
|
| H A D | DIBuilder.h | 845 unsigned LineNo = 0, bool IsDecl = false);
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2557 bool IsDecl = true; in TEST_F() local 2560 APINotes, LineNo, IsDecl); in TEST_F() 2570 EXPECT_EQ(IsDecl, N->getIsDecl()); in TEST_F() 2572 APINotes, LineNo, IsDecl)); in TEST_F() 2574 Includes, APINotes, LineNo, IsDecl)); in TEST_F() 2576 Includes, APINotes, LineNo, IsDecl)); in TEST_F() 2578 APINotes, LineNo, IsDecl)); in TEST_F() 2580 APINotes, LineNo, IsDecl)); in TEST_F() 2582 "other", LineNo, IsDecl)); in TEST_F() 2584 Includes, APINotes, LineNo, IsDecl)); in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3015 bool IsDecl = in ActOnOpenMPIdExpression() local 3018 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3032 bool IsDecl = in ActOnOpenMPIdExpression() local 3035 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3047 bool IsDecl = in ActOnOpenMPIdExpression() local 3050 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3063 bool IsDecl = in ActOnOpenMPIdExpression() local 3077 bool IsDecl = in ActOnOpenMPIdExpression() local 3173 bool IsDecl = in CheckOMPThreadPrivateDecl() local 3191 bool IsDecl = in CheckOMPThreadPrivateDecl() local [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 396 bool update(TPResult IsDecl) { in update() 397 switch (IsDecl) { in update()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExtractFunction.cpp | 187 if (!Loc.IsDecl) in requiresHoisting()
|