Home
last modified time | relevance | path

Searched defs:VisitTypedefType (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1187 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anoncf944ab10211::ODRTypeVisitor
H A DJSONNodeDumper.cpp532 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1550 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp1356 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
3312 std::optional<bool> VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon4409e2420411::IsTypeDeclaredInsideVisitor