Searched refs:VisitBlockPointerTypeLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ | ||
D | SemaType.cpp | 3197 void VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in __anon75bdc9bf0211::DeclaratorLocFiller |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 443 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in TypeLocWriter |
D | ASTReader.cpp | 4214 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in TypeLocReader |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 1448 bool CursorVisitor::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in CursorVisitor |