Searched refs:VisitBlockPointerType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 580 AutoType *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in __anonc62f8e7b0111::GetContainedAutoVisitor |
D | ASTImporter.cpp | 45 QualType VisitBlockPointerType(const BlockPointerType *T); |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 3329 bool UnnamedLocalNoLinkageFinder::VisitBlockPointerType( in VisitBlockPointerType() function in UnnamedLocalNoLinkageFinder |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 111 void ASTTypeWriter::VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in ASTTypeWriter |