Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h222 bool VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
H A DCIndex.cpp971 bool CursorVisitor::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in CursorVisitor
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h360 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
H A DJSONNodeDumper.h254 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp138 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
729 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp435 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
1080 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTDeclReader
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp937 void JSONNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2161 void TextNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in TextNodeDumper
H A DASTImporter.cpp508 ExpectedDecl VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
4308 ExpectedDecl ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl() function in ASTNodeImporter