Home
last modified time | relevance | path

Searched defs:CastOperation (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp50 struct CastOperation { struct
51 CastOperation(Sema &S, QualType destType, ExprResult src) in CastOperation() function
65 Sema &Self;
66 ExprResult SrcExpr;
67 QualType DestType;
68 QualType ResultType;
69 ExprValueKind ValueKind;
70 CastKind Kind;
71 BuiltinType::Kind PlaceholderKind;
72 CXXCastPath BasePath;
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp56 struct CastOperation { struct
57 CastOperation(Sema &S, QualType destType, ExprResult src) in CastOperation() argument
71 Sema &Self;
72 ExprResult SrcExpr;
73 QualType DestType;
74 QualType ResultType;
75 ExprValueKind ValueKind;
76 CastKind Kind;
77 BuiltinType::Kind PlaceholderKind;
78 CXXCastPath BasePath;
[all …]