Searched refs:IsDecl (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 1155 bool IsDecl; 1159 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 1162 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 1168 IsDecl(N->getIsDecl()) {} 1176 IsDecl == RHS->getIsDecl();
|
| H A D | DebugInfoMetadata.cpp | 1500 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument 1502 SubclassData1 = IsDecl; in DIModule() 1509 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl() argument 1513 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1516 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
| H A D | DIBuilder.cpp | 1055 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument 1058 IsDecl); in createModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3068 bool IsDecl, ArrayRef<Metadata *> Ops); 3074 unsigned LineNo, bool IsDecl, StorageType Storage, 3079 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 3085 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 3099 bool IsDecl = false), 3101 APINotesFile, LineNo, IsDecl)) 3106 bool IsDecl = false), 3108 APINotesFile, LineNo, IsDecl))
|
| H A D | DIBuilder.h | 1048 bool IsDecl = false);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1718 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == in rejectConstNotMutableType() local 1721 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in rejectConstNotMutableType() 3111 bool IsDecl = in ActOnOpenMPIdExpression() local 3114 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3128 bool IsDecl = in ActOnOpenMPIdExpression() local 3131 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3143 bool IsDecl = in ActOnOpenMPIdExpression() local 3146 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3160 bool IsDecl = in ActOnOpenMPIdExpression() local 3163 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 365 bool update(TPResult IsDecl) { in update() 366 switch (IsDecl) { in update()
|