OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CastExpr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
87
X(
CastExpr
) \
1716
class
CastExpr
: public Node {
1723
CastExpr
(StringView CastKind_, const Node *To_, const Node *From_)
4608
return make<
CastExpr
>("const_cast", Ty, Ex);
4652
return make<
CastExpr
>("dynamic_cast", T, Ex);
4882
return make<
CastExpr
>("reinterpret_cast", T, Ex);
4908
return make<
CastExpr
>("static_cast", T, Ex);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
47
class
CastExpr
;
72
const
CastExpr
*BasePath;
87
SubobjectAdjustment(const
CastExpr
*BasePath,
822
/// *
CastExpr
910
/// *
CastExpr
which do not change the value
920
/// *
CastExpr
which represent a derived-to-base cast (CK_DerivedToBase,
3395
///
CastExpr
- Base class for type casts, including both implicit
3399
class
CastExpr
: public Expr {
3405
return const_cast<
CastExpr
*>(this)->path_buffer();
3412
CastExpr
(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1829
CastExpr
// Also allow '(' type-name ')' <anything>
Completed in 26 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026