Searched refs:getDefaultLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 888 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined); in ActOnFinishSwitchStmt() 889 Diag(TheDefaultStmt->getDefaultLoc(), diag::note_duplicate_case_prev); in ActOnFinishSwitchStmt() 1204 Diag(TheDefaultStmt->getDefaultLoc(), diag::warn_unreachable_default); in ActOnFinishSwitchStmt()
|
| H A D | SemaPseudoObject.cpp | 159 gse->getDefaultLoc(), in rebuild()
|
| H A D | AnalysisBasedWarnings.cpp | 937 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
|
| H A D | SemaExprObjC.cpp | 4349 gse->getDefaultLoc(), in stripARCUnbridgedCast()
|
| H A D | TreeTransform.h | 6602 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(), in TransformDefaultStmt() 9090 E->getDefaultLoc(), in TransformGenericSelectionExpr()
|
| H A D | SemaOverload.cpp | 13706 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 1559 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc() function
|
| H A D | Expr.h | 5045 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 982 Record.AddSourceLocation(E->getDefaultLoc()); in VisitGenericSelectionExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5675 auto Imp = importSeq(S->getDefaultLoc(), S->getColonLoc(), S->getSubStmt()); in VisitDefaultStmt()
|