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

  /external/clang/tools/libclang/
CursorVisitor.h 221 bool VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
CIndex.cpp 927 bool CursorVisitor::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 471 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
    [all...]
ASTImporter.cpp 153 Decl *VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 120 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
630 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) {
    [all...]
ASTReaderDecl.cpp 339 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
    [all...]

Completed in 2410 milliseconds