/llvm-project/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 141 BuildUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) BuildUniqueStableNameExpr() argument 149 ActOnUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,ParsedType ParsedTy) ActOnUniqueStableNameExpr() argument
|
H A D | SemaExprCXX.cpp | 6103 ActOnArrayTypeTrait(ArrayTypeTrait ATT,SourceLocation KWLoc,ParsedType Ty,Expr * DimExpr,SourceLocation RParen) ActOnArrayTypeTrait() argument 6170 BuildArrayTypeTrait(ArrayTypeTrait ATT,SourceLocation KWLoc,TypeSourceInfo * TSInfo,Expr * DimExpr,SourceLocation RParen) BuildArrayTypeTrait() argument 6191 ActOnExpressionTrait(ExpressionTrait ET,SourceLocation KWLoc,Expr * Queried,SourceLocation RParen) ActOnExpressionTrait() argument 6213 BuildExpressionTrait(ExpressionTrait ET,SourceLocation KWLoc,Expr * Queried,SourceLocation RParen) BuildExpressionTrait() argument 8281 BuildCXXNoexceptExpr(SourceLocation KeyLoc,Expr * Operand,SourceLocation RParen) BuildCXXNoexceptExpr() argument 8308 ActOnNoexceptExpr(SourceLocation KeyLoc,SourceLocation,Expr * Operand,SourceLocation RParen) ActOnNoexceptExpr() argument [all...] |
H A D | SemaObjC.cpp | 207 ActOnObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParen,Decl * Parm,Stmt * Body) ActOnObjCAtCatchStmt() argument
|
H A D | SemaExprObjC.cpp | 5160 ActOnObjCAvailabilityCheckExpr(llvm::ArrayRef<AvailabilitySpec> AvailSpecs,SourceLocation AtLoc,SourceLocation RParen) ActOnObjCAvailabilityCheckExpr() argument
|
H A D | SemaInit.cpp | 7374 SourceLocation RParen = CE->getRParenLoc(); CheckMoveOnConstruction() local
|
H A D | TreeTransform.h | 2646 RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) RebuildSYCLUniqueStableNameExpr() argument 2691 RebuildParenExpr(Expr * SubExpr,SourceLocation LParen,SourceLocation RParen) RebuildParenExpr() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MisplacedPointerArithmeticInAllocCheck.cpp | 87 const StringRef RParen = in check() local
|
/llvm-project/flang/include/flang/Common/ |
H A D | format.h | 45 Star, LParen, RParen, Comma, Point, Sign, in ENUM_CLASS() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1550 SourceLocation RParen; ParseIfStatement() local 1750 SourceLocation RParen; ParseSwitchStatement() local 1840 SourceLocation RParen; ParseWhileStatement() local
|
H A D | ParseExprCXX.cpp | 2289 SourceLocation LParen = ConsumeParen(), RParen = LParen; ParseCXXCondition() local
|
H A D | ParseDeclCXX.cpp | 4652 auto RParen = Tok.getLocation(); ParseCXXAssumeAttributeArg() local
|
H A D | ParseDecl.cpp | 643 SourceLocation RParen = Tok.getLocation(); ParseAttributeArgsCommon() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 48 LParen, RParen, LBrac, RBrac, LCurly, RCurly, enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 1700 SourceLocation RParen, QualType Ty) variable 1704 ObjCAvailabilityCheckExpr(VersionTuple VersionToCheck,SourceLocation AtLoc,SourceLocation RParen,QualType Ty) ObjCAvailabilityCheckExpr() argument
|
H A D | ExprCXX.h | 2867 SourceLocation RParen; global() variable 2936 SourceLocation RParen; global() variable 4132 CXXNoexceptExpr(QualType Ty,Expr * Operand,CanThrowResult Val,SourceLocation Keyword,SourceLocation RParen) CXXNoexceptExpr() argument
|
H A D | Expr.h | 2081 SourceLocation OpLoc, LParen, RParen; global() variable
|
H A D | OpenMPClause.h | 8539 RParen, global() enumerator
|
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 943 static char const *RParen = ")"; parseOperand() local 961 static char const *RParen = ")"; parseOperand() local
|
/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 2018 Token RParen; ExpandBuiltinMacro() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 564 SYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,QualType ResultTy,TypeSourceInfo * TSI) SYCLUniqueStableNameExpr() argument 579 Create(const ASTContext & Ctx,SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) Create() argument
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3996 GetExtentOfArgList(const char * Name,const char * & LParen,const char * & RParen) GetExtentOfArgList() argument
|
H A D | RewriteModernObjC.cpp | 4840 GetExtentOfArgList(const char * Name,const char * & LParen,const char * & RParen) GetExtentOfArgList() argument
|