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

  /external/clang/tools/libclang/
CursorVisitor.h 205 bool VisitTypedefDecl(TypedefDecl *D);
CIndexUSRs.cpp 82 void VisitTypedefDecl(const TypedefDecl *D);
459 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) {
CIndex.cpp 647 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 398 Decl *VisitTypedefDecl(TypedefDecl *D);
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 288 bool VisitTypedefDecl(TypedefDecl *DeclNode) {
  /external/clang/lib/AST/
DeclPrinter.cpp 49 void VisitTypedefDecl(TypedefDecl *D);
330 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTDumper.cpp 190 void VisitTypedefDecl(const TypedefDecl *D);
699 void ASTDumper::VisitTypedefDecl(const TypedefDecl *D) {
    [all...]
ASTImporter.cpp 130 Decl *VisitTypedefDecl(TypedefDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 60 void VisitTypedefDecl(TypedefDecl *D);
187 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
ASTReaderDecl.cpp 223 void VisitTypedefDecl(TypedefDecl *TD);
416 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 260 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
    [all...]

Completed in 62 milliseconds