/llvm-project/clang-tools-extra/clang-tidy/objc/ |
H A D | DeallocInCategoryCheck.cpp | 32 const auto *CID = Result.Nodes.getNodeAs<ObjCCategoryImplDecl>("impl"); in check() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 293 for (const ClusterId &CID : ClusterIDs) { in stabilize() local
|
H A D | Analysis.cpp | 73 const BenchmarkClustering::ClusterId &CID) { in writeClusterId()
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 562 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 D | FindTarget.cpp | 226 if (const auto *CID = IID->getClassInterface()) in add() local 230 } else if (const ObjCCategoryImplDecl *CID = in add() local
|
H A D | AST.cpp | 320 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(&C)) { printObjCContainer() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1541 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryImplDecl() local 1554 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryDecl() local
|
H A D | Mangle.cpp | 369 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName() local
|
H A D | DeclObjC.cpp | 2272 operator <<(raw_ostream & OS,const ObjCCategoryImplDecl & CID) operator <<() argument
|
H A D | Expr.cpp | 931 if (const ObjCCategoryImplDecl *CID = ComputeName() local
|
H A D | ASTContext.cpp | 7999 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(Container)) { getObjCPropertyImplDeclForPropertyDecl() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 769 if (auto CID = VPI.getConstrainedIntrinsicID()) expandPredication() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 582 VP_PROPERTY_CONSTRAINEDFP(HASRND,HASEXCEPT,CID) getConstrainedIntrinsicIDForVP() argument
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1083 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 D | RewriteModernObjC.cpp | 1335 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 D | RangeConstraintManager.cpp | 1007 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 5330 if (const ObjCCategoryImplDecl *CID = clang_Cursor_getSpellingNameRange() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 27764 [[maybe_unused]] ConstantSDNode *CID = cast<ConstantSDNode>(IntID.getNode()); LowerVECTOR_HISTOGRAM() local [all...] |