HomeSort by relevance Sort by last modified time
    Searched refs:getTypeClass (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/include/clang/Sema/
LocInfoType.h 44 assert(getTypeClass() == (TypeClass)LocInfo && "LocInfo didn't fit in TC?");
56 return T->getTypeClass() == (TypeClass)LocInfo;
  /external/clang/include/clang/AST/
TypeVisitor.h 71 switch (T->getTypeClass()) {
Type.h     [all...]
CanonicalType.h 248 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type::TypeClass, getTypeClass)
TypeLoc.h 92 return (TypeLocClass) getType()->getTypeClass();
232 return (TypeLocClass) getTypePtr()->getTypeClass();
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 88 switch (T->getTypeClass()) {
139 if ((CT->getTypeClass() != clang::Type::Builtin) &&
140 (CT->getTypeClass() != clang::Type::ExtVector)) {
147 if (T->getTypeClass() != clang::Type::Typedef) {
slang_rs_export_type.cpp 273 switch (T->getTypeClass()) {
363 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
396 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
451 if (T->getTypeClass() != clang::Type::Pointer) {
501 switch (T->getTypeClass()) {
751 switch (T->getTypeClass()) {
840 switch (T->getTypeClass()) {
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 72 switch (TP->getTypeClass()) {
356 switch (TP->getTypeClass()) {
393 switch (TP->getTypeClass()) {
611 switch (TP->getTypeClass()) {
643 switch (TP->getTypeClass()) {
663 switch (TP->getTypeClass()) {
689 switch (TP->getTypeClass()) {
725 if (TP && TP->getTypeClass() == Type::MemberPointer) {
  /external/clang/lib/AST/
ASTTypeTraits.cpp 103 switch (T.getTypeClass()) {
TypePrinter.cpp 167 Type::TypeClass TC = T->getTypeClass();
169 TC = AT->desugar()->getTypeClass();
172 TC = Subst->getReplacementType()->getTypeClass();
277 switch (T->getTypeClass()) {
303 switch (T->getTypeClass()) {
    [all...]
Type.cpp 56 else if (ty->getTypeClass() == Type::Typedef)
225 switch (getTypeClass()) {
244 switch (CurTy->getTypeClass()) {
273 switch (split.Ty->getTypeClass()) {
312 switch (Cur->getTypeClass()) {
345 switch (Cur->getTypeClass()) {
    [all...]
ASTImporter.cpp 426 Type::TypeClass TC = T1->getTypeClass();
428 if (T1->getTypeClass() != T2->getTypeClass()) {
431 if (T1->getTypeClass() == Type::FunctionProto &&
432 T2->getTypeClass() == Type::FunctionNoProto)
434 else if (T1->getTypeClass() == Type::FunctionNoProto &&
435 T2->getTypeClass() == Type::FunctionProto)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 385 switch (Ty->getTypeClass()) {
CodeGenFunction.cpp 173 switch (type->getTypeClass()) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.1.0/
lint-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.1.3/
lint-24.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0/
lint-24.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0-alpha1/
lint-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0-beta4/
lint-24.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0-rc1/
lint-24.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.1/
lint-24.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.2/
lint-24.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.3/
lint-24.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.4/
lint-24.2.4.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 

Completed in 64 milliseconds

1 2 3 4 5 6 7 8 910