Home
last modified time | relevance | path

Searched defs:OPT (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h62 #define OPT(x) std::optional<x> macro
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DReturnConstRefFromParameterCheck.cpp49 const QualType OPT = O.getParamDecl(I)->getType(); hasSameParameterTypes() local
/llvm-project/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp111 const ObjCObjectPointerType *OPT) override { in CorrectTypo()
153 const ObjCObjectPointerType *OPT) override { in CorrectTypo()
/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h215 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp207 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 DIncludeFixer.cpp188 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 DIncludeFixer.cpp505 const ObjCObjectPointerType *OPT) override { in CorrectTypo()
/llvm-project/clang/test/Sema/
H A Dbuiltins.c171 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4) in test17() macro
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp111 if (const auto *OPT = Pointee->getAs<ObjCObjectPointerType>()) isErrorParameter() local
H A DMultiplexExternalSemaSource.cpp326 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
H A DSemaExprObjC.cpp1977 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 DSemaLookup.cpp5121 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 DSemaExprMember.cpp1530 const ObjCObjectPointerType *OPT; LookupMemberExpr() local
H A DSemaDeclObjC.cpp1129 ProtocolRefs.append(OPT->qual_begin(), OPT->qual_end()); in ActOnTypedefedProtocols() local
H A DSemaExpr.cpp14232 else if (const ObjCObjectPointerType *OPT = CheckIndirectionOperand() local
/llvm-project/clang/lib/AST/
H A DType.cpp708 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 DDeclPrinter.cpp160 else if (const ObjCObjectPointerType *OPT = in GetBaseType() local
H A DASTContext.cpp5609 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 DASTUtils.h556 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 DUSRGeneration.cpp876 if (const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>()) { VisitType() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2514 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); GetEHType() local
H A DCGExprScalar.cpp3079 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); EmitScalarPrePostIncDec() local
H A DCGObjCMac.cpp4727 const ObjCObjectPointerType *OPT = nullptr; EmitTryOrSynchronizedStmt() local