Searched defs:VisitPointerTypeLoc (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 3679 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in __anonf2cf058a0311::DeclaratorLocFiller |
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 478 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocWriter |
H A D | ASTReader.cpp | 5698 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocReader |
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1507 bool CursorVisitor::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in CursorVisitor |