OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsUnionType
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp
149
const RecordType *UT = T->
getAsUnionType
();
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
660
const RecordType *Type::
getAsUnionType
() const {
Expr.cpp
3765
if (const RecordType *UT = getType()->
getAsUnionType
())
ASTContext.cpp
9381
if (const RecordType *UT = T->
getAsUnionType
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp
1898
const RecordType *RT = type->
getAsUnionType
();
TargetInfo.cpp
192
if (const RecordType *UT = Ty->
getAsUnionType
()) {
10419
if (const RecordType *RT = QT->
getAsUnionType
())
CGOpenMPRuntime.cpp
4546
(*FI)->getType()->
getAsUnionType
()->getDecl();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
1452
if (const RecordType *UT = T->
getAsUnionType
()) {
3681
RD = TD->getUnderlyingType()->
getAsUnionType
()->getDecl();
SemaChecking.cpp
4370
if (const RecordType *UT = Expr->getType()->
getAsUnionType
()) {
SemaDecl.cpp
4709
else if (const RecordType *UT = DS.getRepAsType().get()->
getAsUnionType
())
SemaOverload.cpp
2042
const RecordType *UT = ToType->
getAsUnionType
();
SemaExpr.cpp
9450
const RecordType *UT = ArgType->
getAsUnionType
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2234
const RecordType *
getAsUnionType
() const;
Completed in 122 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026