Searched refs:TTK_Interface (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp393 case TTK_Interface:
405 case TTK_Interface:
417 case TTK_Interface:
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1376 case TST_interface: return TTK_Interface;
1389 case TTK_Interface: return ETK_Interface;
1401 case ETK_Interface: return TTK_Interface;
H A DDeclCXX.cpp425 cast<TagDecl>(D)->getTagKind() == TTK_Interface))
947 if (getTagKind() == TTK_Class || getTagKind() == TTK_Interface ||
H A DMicrosoftMangle.cpp1481 case TTK_Interface:
H A DRecordLayoutBuilder.cpp1815 case TTK_Interface: return 1;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2106 TagX->getTagKind() == TTK_Interface) &&
2108 TagY->getTagKind() == TTK_Interface));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp1124 RD->getTagKind() == TTK_Interface;
1485 case TTK_Interface: return "__interface <anonymous>";
2979 case TTK_Interface: // fall through
H A DSemaType.cpp2158 case TTK_Interface: Error = 4; /* Interface member */ break;
5250 case TTK_Interface: return 1;
H A DSemaDecl.cpp355 case TTK_Interface: return DeclSpec::TST_interface;
529 case TTK_Interface:
10214 case TTK_Interface: return 1;
10226 return Tag == TTK_Struct || Tag == TTK_Class || Tag == TTK_Interface;
H A DSemaDeclCXX.cpp739 case TTK_Interface: return 1;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2688 bool isInterface() const { return getTagKind() == TTK_Interface; }
H A DType.h3890 TTK_Interface, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::TagTypeKind

Completed in 527 milliseconds