HomeSort by: relevance | last modified time | path
    Searched refs:ObjCCategoriesMap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h 459 const serialization::ObjCCategoriesInfo *ObjCCategoriesMap = nullptr;
461 /// The number of redeclaration info entries in ObjCCategoriesMap.
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 4369 = std::lower_bound(M.ObjCCategoriesMap,
4370 M.ObjCCategoriesMap + M.LocalNumObjCCategoriesInMap,
4372 if (Result == M.ObjCCategoriesMap + M.LocalNumObjCCategoriesInMap ||
ASTReader.cpp 3587 F.ObjCCategoriesMap = (const ObjCCategoriesInfo *)Blob.data();

Completed in 26 milliseconds