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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 202 clang::RecordDecl *RD = T->getAsStructureType()->getDecl();
206 ReportTypeError(DiagEngine, NULL, T->getAsStructureType()->getDecl(),
409 RD = T->getAsStructureType()->getDecl();
567 RD = T->getAsStructureType()->getDecl();
646 T->getAsStructureType(),
653 T->getAsStructureType(),
661 T->getAsStructureType(),
669 T->getAsStructureType(),
837 const clang::RecordType *RT = T->getAsStructureType();
    [all...]
slang_rs_object_ref_count.cpp 649 clang::RecordDecl *RD = T->getAsStructureType()->getDecl();
689 clang::RecordDecl *RD = BaseType->getAsStructureType()->getDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 142 if (const RecordType *RT = T->getAsStructureType()) {
150 if (T->getAsStructureType()) {
  /external/clang/lib/Analysis/
FormatString.cpp 354 if (pointee->getAsStructureType() || pointee->isVoidType())
  /external/clang/lib/AST/
Type.cpp 385 const RecordType *Type::getAsStructureType() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 199 const RecordType *RT = T->getAsStructureType();
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 123 milliseconds