|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 5461 ExprResult BuildCXXNamedCast(SourceLocation OpLoc,
References
tools/clang/lib/Sema/SemaCast.cpp 252 return BuildCXXNamedCast(OpLoc, Kind, TInfo, E,
tools/clang/lib/Sema/SemaCoroutine.cpp 1507 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
tools/clang/lib/Sema/SemaDeclCXX.cpp 4491 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
tools/clang/lib/Sema/TreeTransform.h 2595 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_static_cast,
2612 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_dynamic_cast,
2629 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_reinterpret_cast,
2646 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_const_cast,