Home
last modified time | relevance | path

Searched defs:VisitPointerTypeLoc (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3679 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in __anonf2cf058a0311::DeclaratorLocFiller
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp478 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp5698 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocReader
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1507 bool CursorVisitor::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in CursorVisitor