Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransforms.h170 bool IsDecl = false);
177 bool IsDecl = false);
DTransforms.cpp119 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/
DLLVMContextImpl.h894 bool IsDecl;
898 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
901 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
907 IsDecl(N->getIsDecl()) {}
915 IsDecl == RHS->getIsDecl();
DDebugInfoMetadata.cpp944 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()
DDIBuilder.cpp894 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument
897 IsDecl); in createModule()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2303 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 …]
DDIBuilder.h800 unsigned LineNo = 0, bool IsDecl = false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1587 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/
DParseTentative.cpp396 bool update(TPResult IsDecl) { in update()
397 switch (IsDecl) { in update()