Home
last modified time | relevance | path

Searched refs:Paren (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp37 void serializeObject(Object &Paren, StringRef Key, in serializeObject() argument
40 Paren[Key] = std::move(*Obj); in serializeObject()
45 void serializeArray(Object &Paren, StringRef Key, in serializeArray() argument
48 Paren[Key] = std::move(*Array); in serializeArray()
54 void serializeArray(Object &Paren, StringRef Key, ContainerTy &&C) { in serializeArray() argument
55 Paren[Key] = Array(C); in serializeArray()
547 void serializeFunctionSignatureMixin(Object &Paren, const RecordTy &Record) { in serializeFunctionSignatureMixin() argument
568 serializeObject(Paren, "functionSignature", std::move(Signature)); in serializeFunctionSignatureMixin()
572 void serializeTemplateMixin(Object &Paren, const RecordTy &Record) { in serializeTemplateMixin() argument
601 serializeObject(Paren, "swiftGenerics", Generics); in serializeTemplateMixin()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DSubtargetFeatureInfo.cpp149 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitFeaturesAux() local
150 if (Paren) in emitFeaturesAux()
158 if (Paren) in emitFeaturesAux()
H A DCodeGenSchedule.cpp60 unsigned Paren = 0; in removeParens() local
65 ++Paren; in removeParens()
68 --Paren; in removeParens()
71 if (Paren == 0) in removeParens()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp173 Stmt *Paren = nullptr; in getOuterParenParent() local
175 Paren = S; in getOuterParenParent()
178 return Paren; in getOuterParenParent()
H A DTypeLoc.cpp245 case Paren: in getEndLoc()
H A DTypePrinter.cpp287 case Type::Paren: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1201 case Type::Paren: in IsStructurallyEquivalent()
H A DExpr.cpp3271 if (const ParenExpr *Paren = dyn_cast<ParenExpr>(E)) { in isImplicitCXXThis() local
3272 E = Paren->getSubExpr(); in isImplicitCXXThis()
H A DASTContext.cpp2517 case Type::Paren: in getTypeInfoImpl()
3747 case Type::Paren: in adjustType()
10647 } else if (const ParenType *Paren = dyn_cast<ParenType>(Ty)) { in hasDirectOwnershipQualifier() local
10648 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
14447 case Type::Paren: in getCommonSugarTypeNode()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp127 bool Paren = Prec < SurroundingPrec; in print() local
128 if (Paren) in print()
141 if (Paren) in print()
171 if (Paren) in print()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp109 if (auto *Paren = dyn_cast<ParenExpr>(Arg)) in VisitCXXDeleteExpr() local
110 Arg = Paren->getSubExpr(); in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp441 case DeclaratorChunk::Paren: in maybeMovePastReturnType()
459 case DeclaratorChunk::Paren: in maybeMovePastReturnType()
522 case DeclaratorChunk::Paren: in distributeObjCPointerTypeAttr()
572 case DeclaratorChunk::Paren: in distributeObjCPointerTypeAttrFromDeclarator()
629 case DeclaratorChunk::Paren: in distributeFunctionTypeAttr()
2815 case DeclaratorChunk::Paren: in inferARCWriteback()
2963 case DeclaratorChunk::Paren: in diagnoseRedundantReturnTypeQualifiers()
3574 DeclaratorChunk &Paren = D.getTypeObject(D.getNumTypeObjects() - 1); in warnAboutRedundantParens() local
3575 assert(Paren.Kind == DeclaratorChunk::Paren && in warnAboutRedundantParens()
3595 case DeclaratorChunk::Paren: in warnAboutRedundantParens()
[all …]
H A DSemaTemplateVariadic.cpp1070 case DeclaratorChunk::Paren: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp327 case DeclaratorChunk::Paren: in isDeclarationOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def45 TYPE_BIT_CODE(Paren, PAREN, 34)
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1254 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
1655 case DeclaratorChunk::Paren: return; in destroy()
1778 I.Kind = Paren; in getParen()
1785 return Kind == Paren; in isParen()
2465 case DeclaratorChunk::Paren: in isFunctionDeclarator()
2603 if (getTypeObject(I).Kind != DeclaratorChunk::Paren) in isFunctionDeclaratorAFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2319 for (ParenState &Paren : State.Stack) in reformatRawStringLiteral()
2320 Paren.BreakBeforeParameter = true; in reformatRawStringLiteral()
2328 for (ParenState &Paren : State.Stack) in addMultilineToken()
2329 Paren.BreakBeforeParameter = true; in addMultilineToken()
2921 for (ParenState &Paren : State.Stack) in breakProtrudingToken()
2922 Paren.BreakBeforeParameter = true; in breakProtrudingToken()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp584 Paren enumerator
595 Brackets.push_back(Paren); in CheckMatchedBrackets()
603 if (Brackets.empty() || Brackets.back() == Paren) in CheckMatchedBrackets()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1312 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitPredicateMatchAux() local
1313 if (Paren) in emitPredicateMatchAux()
1321 if (Paren) in emitPredicateMatchAux()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp423 case clang::Type::Paren: in CanImport()
497 case clang::Type::Paren: in Import()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp621 AsmParser::Delimiter::Paren, [&]() -> mlir::ParseResult { in parseFuncTypeParams()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp410 BalancedDelimiterTracker Paren(*this, tok::l_paren); in ParseUnevaluatedStringInAttribute() local
411 Paren.consumeOpen(); in ParseUnevaluatedStringInAttribute()
413 Paren.consumeClose(); in ParseUnevaluatedStringInAttribute()
7865 case DeclaratorChunk::Paren: in ParseMisplacedBracketDeclarator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h277 bool Paren = variable
279 if (Paren)
282 if (Paren)
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1838 if (auto *Paren = dyn_cast<ParenExpr>(Child)) { in matches() local
1839 if (auto *MCE = dyn_cast<CXXMemberCallExpr>(Paren->getSubExpr()); in matches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2565 case clang::Type::Paren:
4143 case clang::Type::Paren: in GetTypeClass()
4852 case clang::Type::Paren: in GetEncoding()
5153 case clang::Type::Paren: in GetFormat()
8942 case clang::Type::Paren: in DumpTypeName()

12