Home
last modified time | relevance | path

Searched defs:CID (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/objc/
DDeallocInCategoryCheck.cpp34 const auto *CID = Result.Nodes.getNodeAs<ObjCCategoryImplDecl>("impl"); in check() local
/external/freetype/include/freetype/internal/services/
Dsvcid.h43 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp49 uint16_t CID = pFont->AsCIDFont()->CIDFromCharCode(pInfo->m_CharCode); in GetItemInfo() local
244 uint16_t CID = pCIDFont->CIDFromCharCode(charcode); in GetCharWidth() local
296 uint16_t CID = pCIDFont->CIDFromCharCode(charcode); in CalcPositionData() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp112 uint16_t CID = pCIDFont->CIDFromCharCode(CharCode); in CPDF_CharPosList() local
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp204 bool IsMetricForCID(const uint32_t* pEntry, uint16_t CID) { in IsMetricForCID()
292 uint32_t CID = 0; in CharCodeFromUnicode() local
479 uint16_t CID = CIDFromCharCode(charcode); in GetCharBBox() local
525 void CPDF_CIDFont::GetVertOrigin(uint16_t CID, short& vx, short& vy) const { in GetVertOrigin()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
/external/fonttools/Lib/fontTools/feaLib/
Dlexer.py17 CID = "CID" variable in Lexer
/external/clang/lib/AST/
DMangle.cpp263 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodNameWithoutSize() local
DDeclObjC.cpp2077 const ObjCCategoryImplDecl &CID) { in operator <<()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp287 if (const auto *CID = IID->getClassInterface()) in handleDeclOccurrence() local
294 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(D)) { in handleDeclOccurrence() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp280 for (const ClusterId &CID : ClusterIDs) { in stabilize() local
DAnalysis.cpp74 const InstructionBenchmarkClustering::ClusterId &CID) { in writeClusterId()
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_elem_etmv4i.h439 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1389 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1402 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
DMangle.cpp348 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
DDeclObjC.cpp2194 const ObjCCategoryImplDecl &CID) { in operator <<()
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp402 if (const auto *CID = IID->getClassInterface()) in add() local
406 } else if (const ObjCCategoryImplDecl *CID = in add() local
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i.cpp890 uint32_t CID = 0; in extractAndSetContextInfo() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp768 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1079 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1165 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
DRewriteModernObjC.cpp917 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1247 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1333 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp769 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1083 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
DRewriteModernObjC.cpp919 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1249 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1335 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_win32.h350 USHORT CID; // Command Identifier (CID) member
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp498 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile()

12