Home
last modified time | relevance | path

Searched defs:VisitObjCTypeParamDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Serialization/
DASTWriterDecl.cpp654 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclWriter
DASTReaderDecl.cpp944 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclReader
/external/clang/lib/AST/
DASTDumper.cpp1596 void ASTDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDumper
DASTImporter.cpp3660 Decl *ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTNodeImporter
/external/clang/tools/libclang/
DCIndex.cpp931 bool CursorVisitor::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in CursorVisitor