Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp205 void USRGenerator::VisitDeclContext(const DeclContext *DC) { VisitDeclContext() function in USRGenerator
[all...]
/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp420 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext() function in DeclPrinter
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2000 void ASTDeclWriter::VisitDeclContext(DeclContext *DC) { VisitDeclContext() function in ASTDeclWriter
H A DASTReaderDecl.cpp2777 ASTDeclReader::VisitDeclContext(DeclContext *DC) { VisitDeclContext() function in ASTDeclReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp639 bool CursorVisitor::VisitDeclContext(DeclContext *DC) { VisitDeclContext() function in CursorVisitor