Searched refs:getDefaultLoc (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1277 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined); in ActOnFinishSwitchStmt() 1278 Diag(TheDefaultStmt->getDefaultLoc(), diag::note_duplicate_case_prev); in ActOnFinishSwitchStmt() 1596 Diag(TheDefaultStmt->getDefaultLoc(), diag::warn_unreachable_default); in ActOnFinishSwitchStmt()
|
| H A D | SemaPseudoObject.cpp | 157 assocTypes, assocExprs, gse->getDefaultLoc(), gse->getRParenLoc(), in rebuild()
|
| H A D | AnalysisBasedWarnings.cpp | 960 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
|
| H A D | SemaDeclCXX.cpp | 7460 FD->getDefaultLoc()) in CheckExplicitlyDefaultedFunction() 8775 if (FD->getDefaultLoc().isValid()) in CheckExplicitlyDefaultedComparison() 8776 Diag(FD->getDefaultLoc(), diag::note_replace_equals_default_to_delete) in CheckExplicitlyDefaultedComparison() 8777 << FixItHint::CreateReplacement(FD->getDefaultLoc(), "delete"); in CheckExplicitlyDefaultedComparison()
|
| H A D | SemaExprObjC.cpp | 4570 subExprs, gse->getDefaultLoc(), gse->getRParenLoc(), in stripARCUnbridgedCast()
|
| H A D | TreeTransform.h | 7501 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(), in TransformDefaultStmt() 10822 E->getDefaultLoc(), in TransformGenericSelectionExpr()
|
| H A D | SemaOverload.cpp | 15426 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
|
| H A D | SemaExpr.cpp | 19597 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Stmt.h | 1782 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc() function
|
| H A D | Decl.h | 2295 SourceLocation getDefaultLoc() const { in getDefaultLoc() function
|
| H A D | Expr.h | 5881 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 659 Record.AddSourceLocation(D->getDefaultLoc()); in VisitFunctionDecl()
|
| H A D | ASTWriterStmt.cpp | 1229 Record.AddSourceLocation(E->getDefaultLoc()); in VisitGenericSelectionExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3584 auto ToDefaultLoc = importChecked(Err, D->getDefaultLoc()); in VisitFunctionDecl() 6535 auto ToDefaultLoc = importChecked(Err, S->getDefaultLoc()); in VisitDefaultStmt() 6996 auto ToDefaultLoc = importChecked(Err, E->getDefaultLoc()); in VisitGenericSelectionExpr()
|