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 201 clang::RecordDecl *RD = T->getAsStructureType()->getDecl();
205 ReportTypeError(DiagEngine, NULL, T->getAsStructureType()->getDecl(),
414 RD = T->getAsStructureType()->getDecl();
631 RD = T->getAsStructureType()->getDecl();
710 T->getAsStructureType(),
717 T->getAsStructureType(),
725 T->getAsStructureType(),
733 T->getAsStructureType(),
901 const clang::RecordType *RT = T->getAsStructureType();
    [all...]
slang_rs_object_ref_count.cpp 649 clang::RecordDecl *RD = T->getAsStructureType()->getDecl();
690 clang::RecordDecl *RD = BaseType->getAsStructureType()->getDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 155 if (const RecordType *RT = T->getAsStructureType()) {
163 if (T->getAsStructureType()) {
  /external/clang/lib/Analysis/
FormatString.cpp 374 if (pointee->getAsStructureType() || pointee->isVoidType())
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 69 if (const RecordType *RT = T->getAsStructureType()) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 424 const RecordType *Type::getAsStructureType() const {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 224 const RecordType *RT = T->getAsStructureType();
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 246 milliseconds