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

  /external/clang/lib/Index/
ASTVisitor.h 71 void VisitBlockDecl(BlockDecl *D) {
72 BaseDeclVisitor::VisitBlockDecl(D);
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 76 bool VisitBlockDecl(BlockDecl *block) {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 164 void VisitBlockDecl(BlockDecl *BD);
765 void ASTDeclReader::VisitBlockDecl(BlockDecl *BD) {
    [all...]
ASTWriterDecl.cpp 100 void VisitBlockDecl(BlockDecl *D);
753 void ASTDeclWriter::VisitBlockDecl(BlockDecl *D) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 279 bool VisitBlockDecl(BlockDecl *B);
537 bool CursorVisitor::VisitBlockDecl(BlockDecl *B) {
    [all...]

Completed in 2080 milliseconds