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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 271 } else if (!T->isStructureType()) {
489 } else if (T->isStructureType()) {
697 if (T->isStructureType()) {
    [all...]
slang_rs_object_ref_count.cpp 629 if (!T->isStructureType()) {
721 } else if (FT->isStructureType() && CountRSObjectTypes(C, FT, Loc)) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 370 bool Type::isStructureType() const {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 438 milliseconds