Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h396 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
H A DJSONNodeDumper.h273 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp145 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
840 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp453 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
1200 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclReader
/src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1112 void JSONNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2736 void TextNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in TextNodeDumper
H A DASTImporter.cpp496 ExpectedDecl VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
4854 ExpectedDecl ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTNodeImporter