Home
last modified time | relevance | path

Searched refs:VisitTypedefType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h325 void VisitTypedefType(const TypedefType *T);
H A DJSONNodeDumper.h219 void VisitTypedefType(const TypedefType *TT);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1171 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anone9b41ed00211::ODRTypeVisitor
H A DJSONNodeDumper.cpp570 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1738 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp1372 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
3514 std::optional<bool> VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon5424ade10411::IsTypeDeclaredInsideVisitor