Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h170 bool IsDecl = false);
177 bool IsDecl = false);
H A 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-13.1/contrib/llvm-project/llvm/lib/IR/
H A 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();
H A 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()
H A DDIBuilder.cpp894 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument
897 IsDecl); in createModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A 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 …]
H A DDIBuilder.h800 unsigned LineNo = 0, bool IsDecl = false);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2830 bool IsDecl = in ActOnOpenMPIdExpression() local
2847 bool IsDecl = in ActOnOpenMPIdExpression() local
2862 bool IsDecl = in ActOnOpenMPIdExpression() local
2878 bool IsDecl = in ActOnOpenMPIdExpression() local
2892 bool IsDecl = in ActOnOpenMPIdExpression() local
2988 bool IsDecl = in CheckOMPThreadPrivateDecl() local
3006 bool IsDecl = in CheckOMPThreadPrivateDecl() local
15666 bool IsDecl = in ActOnOpenMPPrivateClause() local
15955 bool IsDecl = in ActOnOpenMPFirstprivateClause() local
17554 bool IsDecl = in CheckOpenMPLinearDecl() local
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp396 bool update(TPResult IsDecl) { in update()
397 switch (IsDecl) { in update()