Searched refs:IsDecl (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.h | 170 bool IsDecl = false); 177 bool IsDecl = false);
|
H A D | Transforms.cpp | 118 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument 119 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() 131 bool IsDecl) { in findSemiAfterLocation() argument 157 if (!IsDecl) in findSemiAfterLocation()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 987 bool IsDecl; 991 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 994 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 1000 IsDecl(N->getIsDecl()) {} 1008 IsDecl == RHS->getIsDecl();
|
H A D | DebugInfoMetadata.cpp | 1231 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument 1233 SubclassData1 = IsDecl; in DIModule() 1240 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl() argument 1244 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1247 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
H A D | DIBuilder.cpp | 935 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument 938 IsDecl); in createModule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2479 bool IsDecl, ArrayRef<Metadata *> Ops); 2485 unsigned LineNo, bool IsDecl, StorageType Storage, 2490 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2496 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2510 bool IsDecl = false), 2512 APINotesFile, LineNo, IsDecl)) 2517 bool IsDecl = false), 2519 APINotesFile, LineNo, IsDecl))
|
H A D | DIBuilder.h | 889 unsigned LineNo = 0, bool IsDecl = false);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1742 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == in rejectConstNotMutableType() local 1745 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in rejectConstNotMutableType() 3127 bool IsDecl = in ActOnOpenMPIdExpression() local 3130 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3144 bool IsDecl = in ActOnOpenMPIdExpression() local 3147 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3159 bool IsDecl = in ActOnOpenMPIdExpression() local 3162 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3176 bool IsDecl = in ActOnOpenMPIdExpression() local 3179 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 453 bool update(TPResult IsDecl) { in update() 454 switch (IsDecl) { in update()
|