/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 127 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
|
H A D | CodeGenPGO.cpp | 428 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 324 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in __anon1a6498ed0111::AnalysisConsumer
|
/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | IndexDecl.cpp | 513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon518304e80111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 398 void USRGenerator::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in USRGenerator
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 658 void VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ODRHash.cpp | 373 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { in VisitObjCMethodDecl() function in __anoncf944ab10111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 1289 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 1008 void JSONNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2263 void TextNodeDumper::VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 4410 ExpectedDecl ASTNodeImporter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTNodeImporter
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 699 void ASTDeclWriter::VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in ASTDeclWriter
|
H A D | ASTReaderDecl.cpp | 1120 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) { in VisitObjCMethodDecl() function in ASTDeclReader
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 93 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl() function in __anon02cff6af0111::IndexingDeclVisitor
|
H A D | CIndex.cpp | 989 bool CursorVisitor::VisitObjCMethodDecl(ObjCMethodDecl *ND) { in VisitObjCMethodDecl() function in CursorVisitor
|