Searched refs:VisitBlockPointerType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 706 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function |
D | ASTDumper.cpp | 254 void VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in __anon59a9c3280111::ASTDumper |
D | ASTImporter.cpp | 45 QualType VisitBlockPointerType(const BlockPointerType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 133 void ASTTypeWriter::VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in ASTTypeWriter |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 4031 bool UnnamedLocalNoLinkageFinder::VisitBlockPointerType( in VisitBlockPointerType() function in UnnamedLocalNoLinkageFinder |