Searched refs:IsDecl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 973 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 D | DebugInfoMetadata.cpp | 1221 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 D | DIBuilder.cpp | 908 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 D | DebugInfoMetadata.h | 2414 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 D | DIBuilder.h | 855 unsigned LineNo = 0, bool IsDecl = false);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3090 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 D | ParseTentative.cpp | 453 bool update(TPResult IsDecl) { in update() 454 switch (IsDecl) { in update()
|