Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Djson_map_decl_visitor.cc41 bool VisitTypedefType(const clang::TypedefType *T);
179 bool BMapDeclVisitor::VisitTypedefType(const TypedefType *T) { return TraverseDecl(T->getDecl()); } in VisitTypedefType() function in ebpf::BMapDeclVisitor
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h311 void VisitTypedefType(const TypedefType *T);
DJSONNodeDumper.h209 void VisitTypedefType(const TypedefType *TT);
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp629 bool VisitTypedefType(const TypedefType *Type) { in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor
/external/llvm-project/clang/lib/AST/
DODRHash.cpp1032 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon0e23520a0211::ODRTypeVisitor
DJSONNodeDumper.cpp500 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
DTextNodeDumper.cpp1475 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
DASTImporter.cpp364 ExpectedType VisitTypedefType(const TypedefType *T);
1305 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp584 void VisitTypedefType(const TypedefType *TT) { in add() function
/external/clang/lib/AST/
DASTDumper.cpp345 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon59a9c3280111::ASTDumper
DASTImporter.cpp60 QualType VisitTypedefType(const TypedefType *T);
1773 QualType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp283 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter