Home
last modified time | relevance | path

Searched refs:getGenericLoc (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp154 gse->getGenericLoc(), in rebuild()
DSemaExprObjC.cpp4183 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
DTreeTransform.h8302 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
DSemaExprObjC.cpp4571 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
DSemaOverload.cpp15029 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
DTreeTransform.h10080 return getDerived().RebuildGenericSelectionExpr(E->getGenericLoc(), in TransformGenericSelectionExpr()
DSemaExpr.cpp17932 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/external/llvm-project/clang/include/clang/AST/
DExpr.h5791 SourceLocation getGenericLoc() const { in getGenericLoc() function
5796 SourceLocation getBeginLoc() const { return getGenericLoc(); } in getBeginLoc()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1220 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp879 Record.AddSourceLocation(E->getGenericLoc()); in VisitGenericSelectionExpr()
/external/clang/include/clang/AST/
DExpr.h4442 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc() function