Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp647 TypeLoc VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function in __anonfa8a22bc0711::GetContainedAutoTypeLocVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp118 SourceLocation VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6076 void VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in __anonfc6727221111::DeclaratorLocFiller
/netbsd-src/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-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1652 bool CursorVisitor::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in CursorVisitor