Searched defs:VisitAdjustedTypeLoc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | TypeLoc.cpp | 679 TypeLoc VisitAdjustedTypeLoc(AdjustedTypeLoc T) { in VisitAdjustedTypeLoc() function in __anonfa8a22bc0711::GetContainedAutoTypeLocVisitor |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 6073 void VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc() function in __anonfc6727221111::DeclaratorLocFiller |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 220 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc() function in TypeLocWriter |
H A D | ASTReader.cpp | 6505 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc() function in TypeLocReader |
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1699 bool CursorVisitor::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc() function in CursorVisitor |