Searched refs:getGenericLoc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
|
| H A D | SemaExprObjC.cpp | 4577 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
|
| H A D | SemaOverload.cpp | 15234 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
|
| H A D | TreeTransform.h | 10655 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
|
| H A D | SemaExpr.cpp | 19257 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 5875 SourceLocation getGenericLoc() const { in getGenericLoc() function 5880 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1230 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6858 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()
|