Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Djson_map_decl_visitor.cc179 bool BMapDeclVisitor::VisitTypedefType(const TypedefType *T) { return TraverseDecl(T->getDecl()); } in VisitTypedefType() function in ebpf::BMapDeclVisitor
/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 __anonb19c90110211::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.cpp1305 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 __anonf46bef8f0111::ASTDumper
DASTImporter.cpp1773 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