Searched defs:Paren (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 39 void serializeObject(Object &Paren, StringRef Key, in serializeObject() 47 void serializeArray(Object &Paren, StringRef Key, in serializeArray() 56 void serializeArray(Object &Paren, StringRef Key, ContainerTy &&C) { in serializeArray() 527 void serializeFunctionSignatureMixin(Object &Paren, const RecordTy &Record) { in serializeFunctionSignatureMixin() 552 void serializeTemplateMixin(Object &Paren, const RecordTy &Record) { in serializeTemplateMixin()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ParentMap.cpp | 167 Stmt *Paren = nullptr; in getOuterParenParent() local
|
H A D | Expr.cpp | 3251 if (const ParenExpr *Paren = dyn_cast<ParenExpr>(E)) { in isImplicitCXXThis() local
|
H A D | ASTContext.cpp | 10074 } else if (const ParenType *Paren = dyn_cast<ParenType>(Ty)) { in hasDirectOwnershipQualifier() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | SubtargetFeatureInfo.cpp | 151 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitFeaturesAux() local
|
H A D | CodeGenSchedule.cpp | 59 unsigned Paren = 0; in removeParens() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 76 if (auto *Paren = dyn_cast<ParenExpr>(Arg)) in VisitCXXDeleteExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 639 Paren enumerator
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1282 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitPredicateMatchAux() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1252 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 442 BalancedDelimiterTracker Paren(*this, tok::l_paren); in ParseUnevaluatedStringInAttribute() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 270 bool Paren = variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 3517 DeclaratorChunk &Paren = D.getTypeObject(D.getNumTypeObjects() - 1); in warnAboutRedundantParens() local
|