Searched refs:BuildCXXNamedCast (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp230 return BuildCXXNamedCast(OpLoc, Kind, TInfo, move(E),
236 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, function in class:Sema
H A DTreeTransform.h1812 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_static_cast,
1829 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_dynamic_cast,
1846 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_reinterpret_cast,
1863 return getSema().BuildCXXNamedCast(OpLoc, tok::kw_const_cast,
H A DSemaDeclCXX.cpp2388 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
/external/clang/include/clang/Sema/
H A DSema.h3337 ExprResult BuildCXXNamedCast(SourceLocation OpLoc,

Completed in 151 milliseconds