Searched defs:VisitVectorTypeLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 6113 void VisitVectorTypeLoc(VectorTypeLoc TL) { TL.setNameLoc(Chunk.Loc); } VisitVectorTypeLoc() function in __anonf9e1d30a1211::DeclaratorLocFiller |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 414 void TypeLocWriter::VisitVectorTypeLoc(VectorTypeLoc TL) { VisitVectorTypeLoc() function in TypeLocWriter |
H A D | ASTReader.cpp | 6877 void TypeLocReader::VisitVectorTypeLoc(VectorTypeLoc TL) { VisitVectorTypeLoc() function in TypeLocReader |