OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetFieldForToUnionCast
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
3484
return
getTargetFieldForToUnionCast
(getType(), getSubExpr()->getType());
3509
static const FieldDecl *
getTargetFieldForToUnionCast
(QualType unionType,
3511
static const FieldDecl *
getTargetFieldForToUnionCast
(const RecordDecl *RD,
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
1897
const FieldDecl *CastExpr::
getTargetFieldForToUnionCast
(QualType unionType,
1900
return
getTargetFieldForToUnionCast
(RD, opType);
1903
const FieldDecl *CastExpr::
getTargetFieldForToUnionCast
(const RecordDecl *RD,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
2901
if (CastExpr::
getTargetFieldForToUnionCast
(RD, SrcType)) {
Completed in 60 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026