Home
last modified time | relevance | path

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

/external/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()
/external/clang/lib/ARCMigrate/
DTransforms.h171 bool IsDecl = false);
178 bool IsDecl = false);
DTransforms.cpp124 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument
125 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi()
137 bool IsDecl) { in findSemiAfterLocation() argument
163 if (!IsDecl) in findSemiAfterLocation()
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.h132 bool IsDecl = false; member
DFindTarget.cpp1227 if (R.IsDecl) in operator <<()
DXRefs.cpp1739 !Ref.IsDecl) in getNonLocalDeclRefs()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1191 bool IsDecl = in ActOnOpenMPIdExpression() local
1194 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1208 bool IsDecl = in ActOnOpenMPIdExpression() local
1211 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1223 bool IsDecl = in ActOnOpenMPIdExpression() local
1226 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1239 bool IsDecl = in ActOnOpenMPIdExpression() local
1242 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
1253 bool IsDecl = in ActOnOpenMPIdExpression() local
1256 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1586 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == in rejectConstNotMutableType() local
1589 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in rejectConstNotMutableType()
2814 bool IsDecl = in ActOnOpenMPIdExpression() local
2817 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
2831 bool IsDecl = in ActOnOpenMPIdExpression() local
2834 IsDecl ? diag::note_previous_decl : diag::note_defined_here) in ActOnOpenMPIdExpression()
2846 bool IsDecl = in ActOnOpenMPIdExpression() local
2849 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()
[all …]
/external/clang/lib/Parse/
DParseTentative.cpp364 bool update(TPResult IsDecl) { in update()
365 switch (IsDecl) { in update()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp180 if (!Loc.IsDecl) in requiresHoisting()
/external/llvm-project/clang/lib/Parse/
DParseTentative.cpp396 bool update(TPResult IsDecl) { in update()
397 switch (IsDecl) { in update()