/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ClauseT.h | 62 #define OPT(x) std::optional<x> macro [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ReturnConstRefFromParameterCheck.cpp | 49 const QualType OPT = O.getParamDecl(I)->getType(); hasSameParameterTypes() local
|
/llvm-project/clang/unittests/Sema/ |
H A D | ExternalSemaSourceTest.cpp | 111 const ObjCObjectPointerType *OPT) override { in CorrectTypo() 153 const ObjCObjectPointerType *OPT) override { in CorrectTypo()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 215 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
|
/llvm-project/clang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 207 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | IncludeFixer.cpp | 188 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeFixer.cpp | 505 const ObjCObjectPointerType *OPT) override { in CorrectTypo()
|
/llvm-project/clang/test/Sema/ |
H A D | builtins.c | 171 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4) in test17() macro [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 111 if (const auto *OPT = Pointee->getAs<ObjCObjectPointerType>()) isErrorParameter() local
|
H A D | MultiplexExternalSemaSource.cpp | 326 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
|
H A D | SemaExprObjC.cpp | 1977 LookupMethodInQualifiedType(Selector Sel,const ObjCObjectPointerType * OPT,bool Instance) LookupMethodInQualifiedType() argument 1990 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument 2519 const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>(); checkFoundationAPI() local 3355 if (const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>()) { BuildInstanceMessage() local [all...] |
H A D | SemaLookup.cpp | 5121 makeTypoCorrectionConsumer(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT,bool ErrorRecovery) makeTypoCorrectionConsumer() argument 5268 CorrectTypo(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,CorrectTypoKind Mode,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT,bool RecordFailure) CorrectTypo() argument 5363 CorrectTypoDelayed(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,TypoDiagnosticGenerator TDG,TypoRecoveryCallback TRC,CorrectTypoKind Mode,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypoDelayed() argument
|
H A D | SemaExprMember.cpp | 1530 const ObjCObjectPointerType *OPT; LookupMemberExpr() local
|
H A D | SemaDeclObjC.cpp | 1129 ProtocolRefs.append(OPT->qual_begin(), OPT->qual_end()); in ActOnTypedefedProtocols() local
|
H A D | SemaExpr.cpp | 14232 else if (const ObjCObjectPointerType *OPT = CheckIndirectionOperand() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 708 if (const auto *OPT = getAs<ObjCObjectPointerType>()) getPointeeType() local 764 const auto *OPT = getAs<ObjCObjectPointerType>(); isObjCIdOrObjectKindOfType() local 787 const auto *OPT = getAs<ObjCObjectPointerType>(); isObjCClassOrClassKindOfType() local 1833 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { getAsObjCQualifiedIdType() local 1843 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { getAsObjCQualifiedClassType() local 1859 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { getAsObjCInterfacePointerType() local 4979 if (const auto *OPT = getAs<PointerType>()) isObjCIndirectLifetimeType() local [all...] |
H A D | DeclPrinter.cpp | 160 else if (const ObjCObjectPointerType *OPT = in GetBaseType() local
|
H A D | ASTContext.cpp | 5609 if (const auto *OPT = QT->getAs<ObjCObjectPointerType>()) { ObjCObjectAdoptsQTypeProtocols() local 5627 const auto *OPT = QT->getAs<ObjCObjectPointerType>(); QIdProtocolsAdoptObjCObjectProtocols() local 8618 const auto *OPT = T->castAs<ObjCObjectPointerType>(); getObjCEncodingForTypeImpl() local [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 556 CorrectTypo(const clang::DeclarationNameInfo & Typo,int LookupKind,clang::Scope * S,clang::CXXScopeSpec * SS,clang::CorrectionCandidateCallback & CCC,clang::DeclContext * MemberContext,bool EnteringContext,const clang::ObjCObjectPointerType * OPT) CorrectTypo() argument
|
/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 876 if (const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>()) { VisitType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 2514 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); GetEHType() local
|
H A D | CGExprScalar.cpp | 3079 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); EmitScalarPrePostIncDec() local
|
H A D | CGObjCMac.cpp | 4727 const ObjCObjectPointerType *OPT = nullptr; EmitTryOrSynchronizedStmt() local
|