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

  /external/clang/include/clang/Sema/
Template.h 338 Decl *VisitTypedefDecl(TypedefDecl *D);
  /external/clang/tools/libclang/
IndexDecl.cpp 57 bool VisitTypedefDecl(TypedefDecl *D) {
CIndexUSRs.cpp 85 void VisitTypedefDecl(TypedefDecl *D);
452 void USRGenerator::VisitTypedefDecl(TypedefDecl *D) {
CIndex.cpp 284 bool VisitTypedefDecl(TypedefDecl *D);
607 bool CursorVisitor::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 50 void VisitTypedefDecl(TypedefDecl *D);
313 void DeclPrinter::VisitTypedefDecl(TypedefDecl *D) {
ASTImporter.cpp 107 Decl *VisitTypedefDecl(TypedefDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 121 void VisitTypedefDecl(TypedefDecl *TD);
270 void ASTDeclReader::VisitTypedefDecl(TypedefDecl *TD) {
    [all...]
ASTWriterDecl.cpp 57 void VisitTypedefDecl(TypedefDecl *D);
176 void ASTDeclWriter::VisitTypedefDecl(TypedefDecl *D) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 183 Decl *TemplateDeclInstantiator::VisitTypedefDecl(TypedefDecl *D) {
    [all...]

Completed in 66 milliseconds