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

  /external/clang/tools/libclang/
CursorVisitor.h 205 bool VisitTypedefDecl(TypedefDecl *D);
CIndex.cpp 670 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 88 void VisitTypedefDecl(const TypedefDecl *D);
474 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) {
  /external/clang/lib/AST/
DeclPrinter.cpp 49 void VisitTypedefDecl(TypedefDecl *D);
324 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTDumper.cpp 238 void VisitTypedefDecl(const TypedefDecl *D);
848 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) {
    [all...]
ASTImporter.cpp 135 Decl *VisitTypedefDecl(TypedefDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 60 void VisitTypedefDecl(TypedefDecl *D);
223 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTReaderDecl.cpp 237 void VisitTypedefDecl(TypedefDecl *TD);
470 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 317 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
    [all...]

Completed in 91 milliseconds