Searched refs:VisitParmVarDecl (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp511 void VisitParmVarDecl(const ParmVarDecl *Param);
857 void ConsumedStmtVisitor::VisitParmVarDecl(const ParmVarDecl *Param) { function in class:ConsumedStmtVisitor
1325 Visitor.VisitParmVarDecl(PI);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp73 void VisitParmVarDecl(ParmVarDecl *D);
667 ParamPrinter.VisitParmVarDecl(D->getParamDecl(i));
770 ParamPrinter.VisitParmVarDecl(D->getParamDecl(i));
905 void DeclPrinter::VisitParmVarDecl(ParmVarDecl *D) { function in class:DeclPrinter
H A DODRHash.cpp305 void VisitParmVarDecl(const ParmVarDecl *D) { function in class:__anon262::ODRDeclVisitor
307 Inherited::VisitParmVarDecl(D);
H A DASTImporter.cpp518 ExpectedDecl VisitParmVarDecl(ParmVarDecl *D);
3976 ExpectedDecl ASTNodeImporter::VisitParmVarDecl(ParmVarDecl *D) { function in class:ASTNodeImporter
7126 // default expression (from VisitParmVarDecl) the same ParmVarDecl is
7128 // ParmVarDecl only after it is imported (set in VisitParmVarDecl if not here,
7129 // see VisitParmVarDecl).
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp458 bool VisitParmVarDecl(ParmVarDecl* D) { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp101 void VisitParmVarDecl(ParmVarDecl *D);
1078 void ASTDeclWriter::VisitParmVarDecl(ParmVarDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp372 void VisitParmVarDecl(ParmVarDecl *PD);
1456 void ASTDeclReader::VisitParmVarDecl(ParmVarDecl *PD) { function in class:ASTDeclReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2513 Decl *TemplateDeclInstantiator::VisitParmVarDecl(ParmVarDecl *D) { function in class:TemplateDeclInstantiator
4139 cast_or_null<ParmVarDecl>(VisitParmVarDecl(OldParam));

Completed in 423 milliseconds