Searched refs:getDefaultLoc (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/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 | 956 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
|
| H A D | SemaExprObjC.cpp | 4578 subExprs, gse->getDefaultLoc(), gse->getRParenLoc(), in stripARCUnbridgedCast()
|
| H A D | TreeTransform.h | 7390 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(), in TransformDefaultStmt() 10656 E->getDefaultLoc(), in TransformGenericSelectionExpr()
|
| H A D | SemaOverload.cpp | 15235 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
|
| H A D | SemaExpr.cpp | 19257 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Stmt.h | 1770 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc() function
|
| H A D | Expr.h | 5878 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1231 Record.AddSourceLocation(E->getDefaultLoc()); in VisitGenericSelectionExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6399 auto ToDefaultLoc = importChecked(Err, S->getDefaultLoc()); in VisitDefaultStmt() 6860 auto ToDefaultLoc = importChecked(Err, E->getDefaultLoc()); in VisitGenericSelectionExpr()
|