Searched refs:IsDecl (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 965 bool IsDecl; 969 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 972 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 978 IsDecl(N->getIsDecl()) {} 986 IsDecl == RHS->getIsDecl();
|
H A D | DebugInfoMetadata.cpp | 1147 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule() argument 1149 LineNo(LineNo), IsDecl(IsDecl) {} in DIModule() 1154 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl() argument 1158 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1161 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops); in getImpl()
|
H A D | DIBuilder.cpp | 929 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument 932 IsDecl); in createModule()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2364 bool IsDecl; variable 2367 bool IsDecl, ArrayRef<Metadata *> Ops); 2373 unsigned LineNo, bool IsDecl, StorageType Storage, 2378 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2384 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2398 bool IsDecl = false), 2400 APINotesFile, LineNo, IsDecl)) 2405 bool IsDecl = false), 2407 APINotesFile, LineNo, IsDecl)) 2417 bool getIsDecl() const { return IsDecl; } in getIsDecl()
|
H A D | DIBuilder.h | 848 unsigned LineNo = 0, bool IsDecl = false);
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 3066 bool IsDecl = in ActOnOpenMPIdExpression() local 3069 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3083 bool IsDecl = in ActOnOpenMPIdExpression() local 3086 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3098 bool IsDecl = in ActOnOpenMPIdExpression() local 3101 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression() 3114 bool IsDecl = in ActOnOpenMPIdExpression() local 3128 bool IsDecl = in ActOnOpenMPIdExpression() local 3224 bool IsDecl = in CheckOMPThreadPrivateDecl() local 3242 bool IsDecl = in CheckOMPThreadPrivateDecl() local [all …]
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 437 bool update(TPResult IsDecl) { in update() 438 switch (IsDecl) { in update()
|