HomeSort by relevance Sort by last modified time
    Searched refs:getAsUnionType (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 97 const RecordType *UT = T->getAsUnionType();
  /frameworks/compile/slang/
slang_rs_export_type.cpp 268 ReportTypeError(Context, VD, T->getAsUnionType()->getDecl(),
487 RD = T->getAsUnionType()->getDecl();
    [all...]
slang_rs_object_ref_count.cpp 614 clang::RecordDecl *RD = T->getAsUnionType()->getDecl();
    [all...]
  /external/clang/lib/AST/
Type.cpp 451 const RecordType *Type::getAsUnionType() const {
    [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 706 if (const RecordType *UT = Expr->getType()->getAsUnionType()) {
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 486 milliseconds