Searched refs:getGenericLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 157 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild() 161 S.Context, gse->getGenericLoc(), gse->getControllingType(), in rebuild()
|
| H A D | SemaExprObjC.cpp | 4575 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
|
| H A D | SemaOverload.cpp | 16130 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference() 16135 Context, GSE->getGenericLoc(), GSE->getControllingType(), in FixOverloadedFunctionReference()
|
| H A D | TreeTransform.h | 11035 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr() 11042 E->getGenericLoc(), E->getDefaultLoc(), E->getRParenLoc(), in TransformGenericSelectionExpr()
|
| H A D | SemaExpr.cpp | 20298 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6049 SourceLocation getGenericLoc() const { in getGenericLoc() function 6054 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1329 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 7258 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()
|