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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 345 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 1106 void VisitVectorType(const VectorType *T) {
1114 VisitVectorType(T);
JSONNodeDumper.cpp 599 void JSONNodeDumper::VisitVectorType(const VectorType *VT) {
TextNodeDumper.cpp 1406 void TextNodeDumper::VisitVectorType(const VectorType *T) {
ASTImporter.cpp 348 ExpectedType VisitVectorType(const VectorType *T);
1207 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) {
Type.cpp 988 QualType VisitVectorType(const VectorType *T) {
1834 Type *VisitVectorType(const VectorType *T) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 6023 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) {

Completed in 34 milliseconds