Home
last modified time | relevance | path

Searched defs:Paren (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp39 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 DParentMap.cpp167 Stmt *Paren = nullptr; in getOuterParenParent() local
H A DExpr.cpp3251 if (const ParenExpr *Paren = dyn_cast<ParenExpr>(E)) { in isImplicitCXXThis() local
H A DASTContext.cpp10074 } else if (const ParenType *Paren = dyn_cast<ParenType>(Ty)) { in hasDirectOwnershipQualifier() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DSubtargetFeatureInfo.cpp151 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitFeaturesAux() local
H A DCodeGenSchedule.cpp59 unsigned Paren = 0; in removeParens() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp76 if (auto *Paren = dyn_cast<ParenExpr>(Arg)) in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp639 Paren enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1282 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitPredicateMatchAux() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1252 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp442 BalancedDelimiterTracker Paren(*this, tok::l_paren); in ParseUnevaluatedStringInAttribute() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h270 bool Paren = variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3517 DeclaratorChunk &Paren = D.getTypeObject(D.getNumTypeObjects() - 1); in warnAboutRedundantParens() local