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

  /external/clang/tools/libclang/
CursorVisitor.h 194 bool VisitTypedefDecl(TypedefDecl *D);
IndexDecl.cpp 113 bool VisitTypedefDecl(TypedefNameDecl *D) {
CIndexUSRs.cpp 83 void VisitTypedefDecl(TypedefDecl *D);
460 void USRGenerator::VisitTypedefDecl(TypedefDecl *D) {
CIndex.cpp 602 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 384 Decl *VisitTypedefDecl(TypedefDecl *D);
  /external/clang/lib/AST/
DeclPrinter.cpp 51 void VisitTypedefDecl(TypedefDecl *D);
324 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTImporter.cpp 129 Decl *VisitTypedefDecl(TypedefDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 60 void VisitTypedefDecl(TypedefDecl *D);
185 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTReaderDecl.cpp 225 void VisitTypedefDecl(TypedefDecl *TD);
416 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 201 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
    [all...]

Completed in 564 milliseconds