Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriterDecl.cpp630 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclWriter
DASTReaderDecl.cpp889 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclReader
/external/clang/lib/AST/
DASTDumper.cpp1486 void ASTDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDumper
DASTImporter.cpp3436 Decl *ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTNodeImporter
/external/clang/tools/libclang/
DCIndex.cpp927 bool CursorVisitor::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in CursorVisitor