Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransforms.h170 bool IsDecl = false);
177 bool IsDecl = false);
H A DTransforms.cpp117 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 DLLVMContextImpl.h965 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 DDebugInfoMetadata.cpp1147 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 DDIBuilder.cpp929 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule() argument
932 IsDecl); in createModule()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2364 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 DDIBuilder.h848 unsigned LineNo = 0, bool IsDecl = false);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3066 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 DParseTentative.cpp437 bool update(TPResult IsDecl) { in update()
438 switch (IsDecl) { in update()