Searched refs:IsDecl (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 170 bool IsDecl = false); 177 bool IsDecl = false);
|
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A 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();
|
| H A 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()
|
| H A D | DIBuilder.cpp | 889 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument 892 IsDecl); in createModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2300 bool IsDecl; variable 2303 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument 2305 LineNo(LineNo), IsDecl(IsDecl) {} in DIModule() 2311 unsigned LineNo, bool IsDecl, StorageType Storage, 2316 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2322 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2336 bool IsDecl = false), 2338 APINotesFile, LineNo, IsDecl)) 2343 bool IsDecl = false), 2345 APINotesFile, LineNo, IsDecl)) [all …]
|
| H A D | DIBuilder.h | 798 unsigned LineNo = 0, bool IsDecl = false);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 396 bool update(TPResult IsDecl) { in update() 397 switch (IsDecl) { in update()
|