Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Index/
H A DUSRGeneration.cpp181 void USRGenerator::VisitDeclContext(const DeclContext *DC) { in VisitDeclContext() function in USRGenerator
/aosp_15_r20/external/clang/lib/AST/
H A DDeclPrinter.cpp273 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext() function in DeclPrinter
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1559 void ASTDeclWriter::VisitDeclContext(DeclContext *DC) { in VisitDeclContext() function in ASTDeclWriter
H A DASTReaderDecl.cpp2232 ASTDeclReader::VisitDeclContext(DeclContext *DC) { in VisitDeclContext() function in ASTDeclReader
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp614 bool CursorVisitor::VisitDeclContext(DeclContext *DC) { in VisitDeclContext() function in CursorVisitor