Home
last modified time | relevance | path

Searched refs:IsDecl (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h170 bool IsDecl = false);
177 bool IsDecl = false);
H A DTransforms.cpp118 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 DLLVMContextImpl.h987 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 DDebugInfoMetadata.cpp1231 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 DDIBuilder.cpp935 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument
938 IsDecl); in createModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2479 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 DDIBuilder.h889 unsigned LineNo = 0, bool IsDecl = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1742 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 DParseTentative.cpp453 bool update(TPResult IsDecl) { in update()
454 switch (IsDecl) { in update()