Searched refs:getGenericLoc (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 154 gse->getGenericLoc(), in rebuild()
|
D | SemaExprObjC.cpp | 4183 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
|
D | TreeTransform.h | 8302 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
|
D | SemaExprObjC.cpp | 4571 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
|
D | SemaOverload.cpp | 15029 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
|
D | TreeTransform.h | 10080 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
|
D | SemaExpr.cpp | 17932 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 5791 SourceLocation getGenericLoc() const { in getGenericLoc() function 5796 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1220 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 879 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4442 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc() function
|