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

1 2

  /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 30 switch (T->getTypeClass()) {
Type.h     [all...]
CanonicalType.h 249 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type::TypeClass, getTypeClass)
TypeLoc.h 89 return (TypeLocClass) getType()->getTypeClass();
210 return (TypeLocClass) getTypePtr()->getTypeClass();
    [all...]
RecursiveASTVisitor.h 170 /// Traverse*Type() based on the argument's getTypeClass() property.
177 /// Traverse*TypeLoc() based on the argument type's getTypeClass() property.
577 switch (T->getTypeClass()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 76 switch (T->getTypeClass()) {
127 if ((CT->getTypeClass() != clang::Type::Builtin) &&
128 (CT->getTypeClass() != clang::Type::ExtVector)) {
135 if (T->getTypeClass() != clang::Type::Typedef) {
slang_rs_export_type.cpp 170 switch (T->getTypeClass()) {
271 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
295 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
341 if (T->getTypeClass() != clang::Type::Pointer) {
386 switch (T->getTypeClass()) {
613 switch (T->getTypeClass()) {
705 switch (T->getTypeClass()) {
854 if ((T != NULL) && (T->getTypeClass() == clang::Type::Builtin))
884 if ((T == NULL) || (T->getTypeClass() != clang::Type::Record))
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ImplHandler.java 86 public Class<?> getTypeClass(){
202 locator.getTypeClass().equals(locatorType)){
  /external/clang/tools/libclang/
CXType.cpp 72 switch (TP->getTypeClass()) {
338 switch (TP->getTypeClass()) {
372 switch (TP->getTypeClass()) {
581 switch (TP->getTypeClass()) {
604 switch (TP->getTypeClass()) {
624 switch (TP->getTypeClass()) {
641 switch (TP->getTypeClass()) {
  /external/clang/lib/AST/
Type.cpp 55 else if (ty->getTypeClass() == Type::Typedef)
231 switch (getTypeClass()) {
250 switch (CurTy->getTypeClass()) {
279 switch (split.Ty->getTypeClass()) {
318 switch (Cur->getTypeClass()) {
347 switch (Cur->getTypeClass()) {
362 switch (CanonicalType->getTypeClass()) {
911 switch (CanonicalType->getTypeClass()) {
    [all...]
TypePrinter.cpp 161 Type::TypeClass TC = T->getTypeClass();
163 TC = AT->desugar()->getTypeClass();
166 TC = Subst->getReplacementType()->getTypeClass();
269 switch (T->getTypeClass()) {
295 switch (T->getTypeClass()) {
    [all...]
DumpXML.cpp 122 switch (T->getTypeClass()) {
161 switch (T->getTypeClass()) {
ASTImporter.cpp 374 Type::TypeClass TC = T1->getTypeClass();
376 if (T1->getTypeClass() != T2->getTypeClass()) {
379 if (T1->getTypeClass() == Type::FunctionProto &&
380 T2->getTypeClass() == Type::FunctionNoProto)
382 else if (T1->getTypeClass() == Type::FunctionNoProto &&
383 T2->getTypeClass() == Type::FunctionProto)
    [all...]
ASTContext.cpp 723 counts[(unsigned)T->getTypeClass()]++;
    [all...]
ItaniumMangle.cpp 823 switch (type->getTypeClass()) {
    [all...]
VTableBuilder.cpp 280 assert(CanDerivedReturnType->getTypeClass() ==
281 CanBaseReturnType->getTypeClass() &&
    [all...]
ASTDiagnostic.cpp 82 switch (Ty->getTypeClass()) {
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 158 public Class<?> getTypeClass() {
  /external/clang/lib/CodeGen/
CGRTTI.cpp 402 switch (Ty->getTypeClass()) {
599 switch (Ty->getTypeClass()) {
    [all...]
CodeGenTypes.cpp 305 switch (Ty->getTypeClass()) {
CodeGenFunction.cpp 83 switch (type->getTypeClass()) {
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 525 switch (T->getTypeClass()) {
    [all...]
SemaOverload.cpp     [all...]

Completed in 1662 milliseconds

1 2