Searched refs:IsDecl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| D | Transforms.h | 170 bool IsDecl = false); 177 bool IsDecl = false);
|
| D | Transforms.cpp | 119 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument 120 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() 132 bool IsDecl) { in findSemiAfterLocation() argument 158 if (!IsDecl) in findSemiAfterLocation()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | LLVMContextImpl.h | 894 bool IsDecl; 898 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 901 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 907 IsDecl(N->getIsDecl()) {} 915 IsDecl == RHS->getIsDecl();
|
| D | DebugInfoMetadata.cpp | 944 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl() argument 948 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 951 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
| D | DIBuilder.cpp | 894 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument 897 IsDecl); in createModule()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 2303 bool IsDecl; variable 2306 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument 2308 LineNo(LineNo), IsDecl(IsDecl) {} in DIModule() 2314 unsigned LineNo, bool IsDecl, StorageType Storage, 2319 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2325 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2339 bool IsDecl = false), 2341 APINotesFile, LineNo, IsDecl)) 2346 bool IsDecl = false), 2348 APINotesFile, LineNo, IsDecl)) [all …]
|
| D | DIBuilder.h | 800 unsigned LineNo = 0, bool IsDecl = false);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1587 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == in rejectConstNotMutableType() local 1590 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in rejectConstNotMutableType() 2830 bool IsDecl = in ActOnOpenMPIdExpression() local 2833 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 2847 bool IsDecl = in ActOnOpenMPIdExpression() local 2850 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 2862 bool IsDecl = in ActOnOpenMPIdExpression() local 2865 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 2878 bool IsDecl = in ActOnOpenMPIdExpression() local 2881 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseTentative.cpp | 396 bool update(TPResult IsDecl) { in update() 397 switch (IsDecl) { in update()
|