Home
last modified time | relevance | path

Searched defs:RParen (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1541 SourceLocation RParen; ParseIfStatement() local
1741 SourceLocation RParen; ParseSwitchStatement() local
1831 SourceLocation RParen; ParseWhileStatement() local
H A DParseExprCXX.cpp2190 SourceLocation LParen = ConsumeParen(), RParen = LParen; ParseCXXCondition() local
H A DParseDecl.cpp577 SourceLocation RParen = Tok.getLocation(); ParseAttributeArgsCommon() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h48 LParen, RParen, LBrac, RBrac, LCurly, RCurly, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1700 SourceLocation AtLoc, RParen; variable
1704 SourceLocation RParen, QualType Ty) in ObjCAvailabilityCheckExpr()
H A DExprCXX.h2851 SourceLocation RParen; global() variable
2920 SourceLocation RParen; global() variable
4096 CXXNoexceptExpr(QualType Ty,Expr * Operand,CanThrowResult Val,SourceLocation Keyword,SourceLocation RParen) CXXNoexceptExpr() argument
H A DExpr.h2052 SourceLocation OpLoc, LParen, RParen; global() variable
H A DOpenMPClause.h8499 RParen, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5928 ActOnArrayTypeTrait(ArrayTypeTrait ATT,SourceLocation KWLoc,ParsedType Ty,Expr * DimExpr,SourceLocation RParen) ActOnArrayTypeTrait() argument
5995 BuildArrayTypeTrait(ArrayTypeTrait ATT,SourceLocation KWLoc,TypeSourceInfo * TSInfo,Expr * DimExpr,SourceLocation RParen) BuildArrayTypeTrait() argument
6016 ActOnExpressionTrait(ExpressionTrait ET,SourceLocation KWLoc,Expr * Queried,SourceLocation RParen) ActOnExpressionTrait() argument
6038 BuildExpressionTrait(ExpressionTrait ET,SourceLocation KWLoc,Expr * Queried,SourceLocation RParen) BuildExpressionTrait() argument
8125 BuildCXXNoexceptExpr(SourceLocation KeyLoc,Expr * Operand,SourceLocation RParen) BuildCXXNoexceptExpr() argument
8152 ActOnNoexceptExpr(SourceLocation KeyLoc,SourceLocation,Expr * Operand,SourceLocation RParen) ActOnNoexceptExpr() argument
[all...]
H A DSemaStmt.cpp4232 ActOnObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParen,Decl * Parm,Stmt * Body) ActOnObjCAtCatchStmt() argument
H A DSemaExpr.cpp3775 BuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) BuildSYCLUniqueStableNameExpr() argument
3782 ActOnSYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,ParsedType ParsedTy) ActOnSYCLUniqueStableNameExpr() argument
21904 ActOnObjCAvailabilityCheckExpr(llvm::ArrayRef<AvailabilitySpec> AvailSpecs,SourceLocation AtLoc,SourceLocation RParen) ActOnObjCAvailabilityCheckExpr() argument
H A DSemaInit.cpp8443 SourceLocation RParen = CE->getRParenLoc(); CheckMoveOnConstruction() local
H A DTreeTransform.h2620 RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) RebuildSYCLUniqueStableNameExpr() argument
2664 RebuildParenExpr(Expr * SubExpr,SourceLocation LParen,SourceLocation RParen) RebuildParenExpr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp886 static char const *RParen = ")"; parseOperand() local
904 static char const *RParen = ")"; parseOperand() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1894 Token RParen; ExpandBuiltinMacro() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp554 SYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,QualType ResultTy,TypeSourceInfo * TSI) SYCLUniqueStableNameExpr() argument
569 Create(const ASTContext & Ctx,SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3996 const char *&RParen) { in GetExtentOfArgList()
H A DRewriteModernObjC.cpp4842 GetExtentOfArgList(const char * Name,const char * & LParen,const char * & RParen) GetExtentOfArgList() argument