Searched defs:VisitBlockPointerType (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/AST/ | ||
H A D | Type.cpp | 576 AutoType *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in __anon5c03da460111::GetContainedAutoVisitor |
H A D | ASTDumper.cpp | 250 void VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in __anonb1addcb90111::ASTDumper |
H A D | ASTImporter.cpp | 1486 QualType ASTNodeImporter::VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in ASTNodeImporter |
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 3934 bool UnnamedLocalNoLinkageFinder::VisitBlockPointerType( in VisitBlockPointerType() function in UnnamedLocalNoLinkageFinder |
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 128 void ASTTypeWriter::VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in ASTTypeWriter |