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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 276 clang::RecordDecl *RD = T->getAsStructureType()->getDecl();
280 ReportTypeError(Context, NULL, T->getAsStructureType()->getDecl(),
490 RD = T->getAsStructureType()->getDecl();
698 RD = T->getAsStructureType()->getDecl();
779 T->getAsStructureType(),
786 T->getAsStructureType(),
794 T->getAsStructureType(),
802 T->getAsStructureType(),
    [all...]
slang_rs_object_ref_count.cpp 633 clang::RecordDecl *RD = T->getAsStructureType()->getDecl();
674 clang::RecordDecl *RD = BaseType->getAsStructureType()->getDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 231 if (const RecordType *RT = T->getAsStructureType()) {
238 if (T->getAsStructureType()) {
  /external/clang/lib/Analysis/
FormatString.cpp 395 if (pointee->getAsStructureType() || pointee->isVoidType())
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 69 if (const RecordType *RT = T->getAsStructureType()) {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 218 const RecordType *RT = T->getAsStructureType();
    [all...]
  /external/clang/lib/AST/
Type.cpp 432 const RecordType *Type::getAsStructureType() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 193 milliseconds