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);
CIndexUSRs.cpp 82 void VisitTypedefDecl(const TypedefDecl *D);
458 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) {
CIndex.cpp 650 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 49 void VisitTypedefDecl(TypedefDecl *D);
333 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTDumper.cpp 195 void VisitTypedefDecl(const TypedefDecl *D);
757 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);
197 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTReaderDecl.cpp 223 void VisitTypedefDecl(TypedefDecl *TD);
438 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 267 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
    [all...]

Completed in 673 milliseconds