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

  /system/tools/hidl/
CompoundType.cpp 17 #include "CompoundType.h"
29 CompoundType::CompoundType(Style style, const char* localName, const FQName& fullName,
33 CompoundType::Style CompoundType::style() const {
37 void CompoundType::setFields(std::vector<NamedReference<Type>*>* fields) {
41 std::vector<const Reference<Type>*> CompoundType::getReferences() const {
47 status_t CompoundType::validate() const {
72 status_t CompoundType::validateUniqueNames() const {
87 bool CompoundType::isCompoundType() const
    [all...]
CompoundType.h 28 struct CompoundType : public Scope {
34 CompoundType(Style style, const char* localName, const FQName& fullName,
150 DISALLOW_COPY_AND_ASSIGN(CompoundType);
hidl-gen_y.yy 22 #include "CompoundType.h"
307 android::CompoundType *compoundType;
316 android::CompoundType::Style compoundStyle;
877 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
878 | UNION { $$ = CompoundType::STYLE_UNION; }
884 CompoundType *container = new CompoundType(
891 CompoundType *container = static_cast<CompoundType *>(*scope)
    [all...]
RefType.cpp 20 #include "CompoundType.h"
59 static_cast<const 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-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 1944 milliseconds