HomeSort by relevance Sort by last modified time
    Searched defs:VisitTypedefDecl (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/AST/
DeclPrinter.cpp 58 void VisitTypedefDecl(TypedefDecl *D);
381 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTDumper.cpp 423 void VisitTypedefDecl(const TypedefDecl *D);
    [all...]
ASTImporter.cpp 142 Decl *VisitTypedefDecl(TypedefDecl *D);
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 88 void VisitTypedefDecl(const TypedefDecl *D);
511 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 68 void VisitTypedefDecl(TypedefDecl *D);
370 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTReaderDecl.cpp 273 void VisitTypedefDecl(TypedefDecl *TD);
625 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 544 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 688 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {
    [all...]

Completed in 246 milliseconds