HomeSort by: relevance | last modified time | path
    Searched refs:DependentVectorType (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 576 void mangleNeonVectorType(const DependentVectorType *T);
578 void mangleAArch64NeonVectorType(const DependentVectorType *T);
580 void mangleAArch64FixedSveVectorType(const DependentVectorType *T);
3444 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) {
3521 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) {
3618 const DependentVectorType *T) {
3660 void CXXNameMangler::mangleType(const DependentVectorType *T) {
TypePrinter.cpp 688 const DependentVectorType *T, raw_ostream &OS) {
749 const DependentVectorType *T, raw_ostream &OS) {
ASTStructuralEquivalence.cpp 820 const auto *Vec1 = cast<DependentVectorType>(T1);
821 const auto *Vec2 = cast<DependentVectorType>(T2);
Type.cpp 222 DependentVectorType::DependentVectorType(const ASTContext &Context,
236 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID,
ASTContext.cpp 3943 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr,
3946 DependentVectorType *Canon =
3948 DependentVectorType *New;
3951 New = new (*this, TypeAlignment) DependentVectorType(
3956 New = new (*this, TypeAlignment) DependentVectorType(
3959 DependentVectorType *CanonCheck =
3968 New = new (*this, TypeAlignment) DependentVectorType(
MicrosoftMangle.cpp 3077 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1680 friend class DependentVectorType;
3302 class DependentVectorType : public Type, public llvm::FoldingSetNode {
3310 DependentVectorType(const ASTContext &Context, QualType ElementType,
TypeLoc.h 1780 DependentVectorType, VectorTypeLocInfo> {
RecursiveASTVisitor.h 941 DEF_TRAVERSE_TYPE(DependentVectorType, {
1208 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
ASTContext.h 210 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 2013 const auto *VectorParam = cast<DependentVectorType>(Param);
2039 if (const auto *VectorArg = dyn_cast<DependentVectorType>(Arg)) {
5876 const auto *VecType = cast<DependentVectorType>(T);
TreeTransform.h 5264 const DependentVectorType *T = TL.getTypePtr();
5287 if (isa<DependentVectorType>(Result)) {
SemaTemplate.cpp 6028 const DependentVectorType *T) {

Completed in 140 milliseconds