Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DDeallocInCategoryCheck.cpp32 const auto *CID = Result.Nodes.getNodeAs<ObjCCategoryImplDecl>("impl"); in check() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp293 for (const ClusterId &CID : ClusterIDs) { in stabilize() local
H A DAnalysis.cpp73 const BenchmarkClustering::ClusterId &CID) { in writeClusterId()
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp562 if (const auto *CID = IID->getClassInterface()) handleDeclOccurrence() local
569 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(D)) { handleDeclOccurrence() local
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp226 if (const auto *CID = IID->getClassInterface()) in add() local
230 } else if (const ObjCCategoryImplDecl *CID = in add() local
H A DAST.cpp320 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(&C)) { printObjCContainer() local
/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1541 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryImplDecl() local
1554 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryDecl() local
H A DMangle.cpp369 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName() local
H A DDeclObjC.cpp2272 operator <<(raw_ostream & OS,const ObjCCategoryImplDecl & CID) operator <<() argument
H A DExpr.cpp931 if (const ObjCCategoryImplDecl *CID = ComputeName() local
H A DASTContext.cpp7999 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(Container)) { getObjCPropertyImplDeclForPropertyDecl() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp769 if (auto CID = VPI.getConstrainedIntrinsicID()) expandPredication() local
/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp582 VP_PROPERTY_CONSTRAINEDFP(HASRND,HASEXCEPT,CID) getConstrainedIntrinsicIDForVP() argument
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1083 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl() local
769 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument
1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); RewriteImplementationDecl() local
[all...]
H A DRewriteModernObjC.cpp1335 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl() local
919 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument
1249 if (ObjCCategoryImplDecl *CID = RewriteObjCMethodDecl() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1007 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile() argument
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp5330 if (const ObjCCategoryImplDecl *CID = clang_Cursor_getSpellingNameRange() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27764 [[maybe_unused]] ConstantSDNode *CID = cast<ConstantSDNode>(IntID.getNode()); LowerVECTOR_HISTOGRAM() local
[all...]