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

  /system/tools/hidl/
CompoundType.cpp 17 #include "CompoundType.h"
26 CompoundType::CompoundType(Style style, const char* localName, const Location& location,
30 CompoundType::Style CompoundType::style() const {
34 bool CompoundType::setFields(
66 bool CompoundType::isCompoundType() const {
70 bool CompoundType::canCheckEquality() const {
82 std::string CompoundType::typeName() const {
94 std::string CompoundType::getCppType
    [all...]
CompoundType.h 29 struct CompoundType : public Scope {
35 CompoundType(Style style, const char* localName, const Location& location, Scope* parent);
146 DISALLOW_COPY_AND_ASSIGN(CompoundType);
hidl-gen_y.yy 22 #include "CompoundType.h"
295 android::CompoundType *compoundType;
304 android::CompoundType::Style compoundStyle;
826 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
827 | UNION { $$ = CompoundType::STYLE_UNION; }
833 CompoundType *container = new CompoundType($1, $2, convertYYLoc(@2), *scope);
843 CompoundType *container = static_cast<CompoundType *>(*scope)
    [all...]
RefType.cpp 20 #include "CompoundType.h"
56 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) {
VectorType.cpp 20 #include "CompoundType.h"
49 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) {
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 7394 milliseconds