Searched refs:IsDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/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) {
119 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
131 bool IsDecl) {
157 if (!IsDecl)
161 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
117 findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
129 findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1346 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) ==
1349 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2410 bool IsDecl =
2413 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2427 bool IsDecl =
2430 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2442 bool IsDecl =
2445 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2458 bool IsDecl =
2461 IsDecl
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp409 bool update(TPResult IsDecl) { argument
410 switch (IsDecl) {

Completed in 73 milliseconds