Home
last modified time | relevance | path

Searched defs:VisitTypedefDecl (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp61 bool VisitTypedefDecl(TypedefDecl *TD) { in checkASTDecl() function
H A DRawPtrRefMemberChecker.cpp61 bool VisitTypedefDecl(const TypedefDecl *TD) override { in checkASTDecl() function
H A DRawPtrRefLocalVarsChecker.cpp212 bool VisitTypedefDecl(TypedefDecl *TD) override { in checkASTDecl() function
H A DRawPtrRefCallArgsChecker.cpp87 bool VisitTypedefDecl(TypedefDecl *TD) override { in checkASTDecl() function
H A DRawPtrRefLambdaCapturesChecker.cpp80 bool VisitTypedefDecl(TypedefDecl *TD) override { in checkASTDecl() function
H A DRetainPtrCtorAdoptChecker.cpp75 bool VisitTypedefDecl(TypedefDecl *TD) { in checkASTDecl() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp614 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in USRGenerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h540 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp467 void VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in __anonb4317f1a0111::ODRDeclVisitor
H A DDeclPrinter.cpp580 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp874 void JSONNodeDumper::VisitTypedefDecl(const TypedefDecl *TD) { in VisitTypedefDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2212 void TextNodeDumper::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl() function in TextNodeDumper
H A DASTImporter.cpp3075 ExpectedDecl ASTNodeImporter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp617 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp718 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) { in VisitTypedefDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1519 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) { in VisitTypedefDecl() function in TemplateDeclInstantiator