Home
last modified time | relevance | path

Searched refs:VisitBlockPointerType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DType.cpp564 AutoType *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in __anon9ea7635f0111::GetContainedAutoVisitor
DASTImporter.cpp45 QualType VisitBlockPointerType(const BlockPointerType *T);
1488 QualType ASTNodeImporter::VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in ASTNodeImporter
/external/clang/lib/Sema/
DSemaTemplate.cpp3787 bool UnnamedLocalNoLinkageFinder::VisitBlockPointerType( in VisitBlockPointerType() function in UnnamedLocalNoLinkageFinder
/external/clang/lib/Serialization/
DASTWriter.cpp116 void ASTTypeWriter::VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() function in ASTTypeWriter