Searched refs:getGenericLoc (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
|
| H A D | SemaExprObjC.cpp | 4569 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
|
| H A D | SemaOverload.cpp | 15425 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
|
| H A D | TreeTransform.h | 10821 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
|
| H A D | SemaExpr.cpp | 19597 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 5878 SourceLocation getGenericLoc() const { in getGenericLoc() function 5883 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1228 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6994 auto ToGenericLoc = importChecked(Err, E->getGenericLoc()); in VisitGenericSelectionExpr()
|