Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp802 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { VisitObjCTypeParamDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1208 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { VisitObjCTypeParamDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1077 void JSONNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { VisitObjCTypeParamDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2485 void TextNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { VisitObjCTypeParamDecl() function in TextNodeDumper
H A DASTImporter.cpp4770 ExpectedDecl ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { VisitObjCTypeParamDecl() function in ASTNodeImporter