Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp277 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
1253 void ASTDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDumper
H A DASTImporter.cpp482 ExpectedDecl VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
3885 ExpectedDecl ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp134 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
684 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp434 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
1040 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclReader