Home
last modified time | relevance | path

Searched defs:VisitParmVarDecl (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCXXMethodDecl.cpp28 bool VisitParmVarDecl(ParmVarDecl *P) { VisitParmVarDecl() function in __anone00e42720111::CXXMethodDeclVisitor
/llvm-project/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestDeclVisitor.cpp37 bool VisitParmVarDecl(ParmVarDecl *ParamVar) { VisitParmVarDecl() function in __anon9b1f102c0111::ParmVarDeclVisitorForImplicitCode
/llvm-project/clang/lib/Index/
H A DIndexBody.cpp478 bool VisitParmVarDecl(ParmVarDecl* D) { in VisitParmVarDecl() function in __anona191e0fa0111::BodyIndexer
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp538 bool VisitParmVarDecl(ParmVarDecl *PVD) { in VisitParmVarDecl() function in clang::clangd::__anon004249560211::DeducedTypeVisitor
/llvm-project/clang/lib/AST/
H A DODRHash.cpp326 void VisitParmVarDecl(const ParmVarDecl *D) { VisitParmVarDecl() function in __anon5944dbcd0111::ODRDeclVisitor
H A DDeclPrinter.cpp1003 void DeclPrinter::VisitParmVarDecl(ParmVarDecl *D) { VisitParmVarDecl() function in DeclPrinter
H A DASTImporter.cpp4678 ExpectedDecl ASTNodeImporter::VisitParmVarDecl(ParmVarDecl *D) { VisitParmVarDecl() function in ASTNodeImporter
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp857 void ConsumedStmtVisitor::VisitParmVarDecl(const ParmVarDecl *Param) { VisitParmVarDecl() function in ConsumedStmtVisitor
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1217 void ASTDeclWriter::VisitParmVarDecl(ParmVarDecl *D) { VisitParmVarDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1719 void ASTDeclReader::VisitParmVarDecl(ParmVarDecl *PD) { VisitParmVarDecl() function in ASTDeclReader
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2893 Decl *TemplateDeclInstantiator::VisitParmVarDecl(ParmVarDecl *D) { VisitParmVarDecl() function in TemplateDeclInstantiator