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

  /external/clang/lib/StaticAnalyzer/Checkers/
AttrNonNullChecker.cpp 70 const RecordType *UT = T->getAsUnionType();
  /frameworks/compile/slang/
slang_rs_export_type.cpp 194 ReportTypeError(DiagEngine, VD, T->getAsUnionType()->getDecl(),
406 RD = T->getAsUnionType()->getDecl();
    [all...]
slang_rs_object_ref_count.cpp 630 clang::RecordDecl *RD = T->getAsUnionType()->getDecl();
    [all...]
  /external/clang/lib/AST/
Type.cpp 404 const RecordType *Type::getAsUnionType() const {
    [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 843 if (const RecordType *UT = T->getAsUnionType())
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 144 milliseconds