Searched refs:VisitObjCTypeParamDecl (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp137 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
728 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp430 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
1066 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { function in class:ASTDeclReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1850 void TextNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp922 void JSONNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { function in class:JSONNodeDumper
H A DASTImporter.cpp520 ExpectedDecl VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
4152 ExpectedDecl ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { function in class:ASTNodeImporter
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h338 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
H A DJSONNodeDumper.h250 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);

Completed in 1522 milliseconds