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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 222 DependentVectorType::DependentVectorType(const ASTContext &Context,
236 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID,
  /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,

Completed in 113 milliseconds