Home
last modified time | relevance | path

Searched refs:IsDecl (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransforms.h170 bool IsDecl = false);
177 bool IsDecl = false);
H A DTransforms.cpp117 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 DFindTarget.h132 bool IsDecl = false; member
H A DClangdLSPServer.cpp1392 bool IsDecl = Ref.Attributes & ReferencesResult::Declaration; in onReference() local
1393 if (IncludeDecl || !IsDecl) in onReference()
H A DSemanticHighlighting.cpp857 if (R.IsDecl && !isa<UnresolvedUsingValueDecl>(Decl)) in getSemanticHighlightings()
H A DFindTarget.cpp1169 if (R.IsDecl) in operator <<()
H A DXRefs.cpp2211 !Ref.IsDecl) in getNonLocalDeclRefs()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h917 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 DDebugInfoMetadata.cpp1083 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 DDIBuilder.cpp925 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument
928 IsDecl); in createModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2311 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 DDIBuilder.h845 unsigned LineNo = 0, bool IsDecl = false);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2557 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 DSemaOpenMP.cpp3015 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 DParseTentative.cpp396 bool update(TPResult IsDecl) { in update()
397 switch (IsDecl) { in update()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp187 if (!Loc.IsDecl) in requiresHoisting()