Searched defs:VisitDeclContext (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Index/ | ||
H A D | USRGeneration.cpp | 205 void USRGenerator::VisitDeclContext(const DeclContext *DC) { VisitDeclContext() function in USRGenerator |
/llvm-project/clang/lib/AST/ | ||
H A D | DeclPrinter.cpp | 420 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext() function in DeclPrinter |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 2000 void ASTDeclWriter::VisitDeclContext(DeclContext *DC) { VisitDeclContext() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 2777 ASTDeclReader::VisitDeclContext(DeclContext *DC) { VisitDeclContext() function in ASTDeclReader |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 639 bool CursorVisitor::VisitDeclContext(DeclContext *DC) { VisitDeclContext() function in CursorVisitor |