Home
last modified time | relevance | path

Searched refs:VisitObjCTypeParamDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCursorVisitor.h221 bool VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
DCIndex.cpp931 bool CursorVisitor::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in CursorVisitor
/external/clang/lib/AST/
DASTDumper.cpp485 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
1596 void ASTDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDumper
DASTImporter.cpp160 Decl *VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
3660 Decl *ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriterDecl.cpp128 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
654 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclWriter
DASTReaderDecl.cpp364 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
944 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclReader