Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h973 bool IsDecl;
977 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
980 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
986 IsDecl(N->getIsDecl()) {}
994 IsDecl == RHS->getIsDecl();
H A DDebugInfoMetadata.cpp1221 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument
1223 SubclassData1 = IsDecl; in DIModule()
1230 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl() argument
1234 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1237 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
H A DDIBuilder.cpp908 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument
911 IsDecl); in createModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2414 bool IsDecl, ArrayRef<Metadata *> Ops);
2420 unsigned LineNo, bool IsDecl, StorageType Storage,
2425 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl,
2431 MDString *APINotesFile, unsigned LineNo, bool IsDecl,
2445 bool IsDecl = false),
2447 APINotesFile, LineNo, IsDecl))
2452 bool IsDecl = false),
2454 APINotesFile, LineNo, IsDecl))
H A DDIBuilder.h855 unsigned LineNo = 0, bool IsDecl = false);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3090 bool IsDecl = in ActOnOpenMPIdExpression() local
3093 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
3107 bool IsDecl = in ActOnOpenMPIdExpression() local
3110 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
3122 bool IsDecl = in ActOnOpenMPIdExpression() local
3125 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
3138 bool IsDecl = in ActOnOpenMPIdExpression() local
3152 bool IsDecl = in ActOnOpenMPIdExpression() local
3248 bool IsDecl = in CheckOMPThreadPrivateDecl() local
3266 bool IsDecl = in CheckOMPThreadPrivateDecl() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp453 bool update(TPResult IsDecl) { in update()
454 switch (IsDecl) { in update()