Searched defs:VisitTypeDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | ObjectFilePCHContainerOperations.cpp |
|
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 448 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) { VisitTypeDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 710 void ASTDeclReader::VisitTypeDecl(TypeDecl *TD) { VisitTypeDecl() function in ASTDeclReader |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | XRefs.cpp | 1929 QualType VisitTypeDecl(const TypeDecl *D) { typeForNode() function |