HomeSort by: relevance | last modified time | path
    Searched refs:VisitTypedefType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 209 void VisitTypedefType(const TypedefType *TT);
TextNodeDumper.h 309 void VisitTypedefType(const TypedefType *T);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 1032 void VisitTypedefType(const TypedefType *T) {
JSONNodeDumper.cpp 500 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) {
TextNodeDumper.cpp 1477 void TextNodeDumper::VisitTypedefType(const TypedefType *T) {
ASTImporter.cpp 354 ExpectedType VisitTypedefType(const TypedefType *T);
1306 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) {

Completed in 65 milliseconds