Home
last modified time | relevance | path

Searched refs:VisitBlockPointerTypeLoc (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp647 TypeLoc VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function in __anon5db2af520711::GetContainedAutoTypeLocVisitor
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp118 SourceLocation VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp224 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6513 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in TypeLocReader
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6076 void VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in __anoncbe531381111::DeclaratorLocFiller
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1652 bool CursorVisitor::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in CursorVisitor