Searched defs:VisitExtVectorType (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 56 QualType VisitExtVectorType(const ExtVectorType *T); 1464 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { function in class:ASTNodeImporter |
/external/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 161 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { function in class:ASTTypeWriter |
/external/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 3385 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { function in class:UnnamedLocalNoLinkageFinder |
Completed in 42 milliseconds