Searched refs:getDefaultLoc (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1240 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined); in ActOnFinishSwitchStmt() 1241 Diag(TheDefaultStmt->getDefaultLoc(), diag::note_duplicate_case_prev); in ActOnFinishSwitchStmt() 1558 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 | 957 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
|
H A D | SemaExprObjC.cpp | 4576 subExprs, gse->getDefaultLoc(), gse->getRParenLoc(), in stripARCUnbridgedCast()
|
H A D | TreeTransform.h | 7267 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(), in TransformDefaultStmt() 10319 E->getDefaultLoc(), in TransformGenericSelectionExpr()
|
H A D | SemaOverload.cpp | 15029 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
|
H A D | SemaExpr.cpp | 18196 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 1737 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc() function
|
H A D | Expr.h | 5799 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1222 Record.AddSourceLocation(E->getDefaultLoc()); in VisitGenericSelectionExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 6159 auto ToDefaultLoc = importChecked(Err, S->getDefaultLoc()); in VisitDefaultStmt() 6601 auto ToDefaultLoc = importChecked(Err, E->getDefaultLoc()); in VisitGenericSelectionExpr()
|