Searched defs:RParen (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h44 LParen, RParen, LBrac, RBrac, LCurly, RCurly, enumerator in enum:llvm::AsmToken::TokenKind
/freebsd-10.0-release/usr.bin/make/
H A Dcond.c105 RParen, enumerator in enum:__anon11454
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1445 SourceLocation LParen = ConsumeParen(), RParen = LParen; local
H A DParseDecl.cpp318 SourceLocation RParen = Tok.getLocation(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2894 ActOnUnaryTypeTrait(UnaryTypeTrait UTT, SourceLocation KWLoc, ParsedType Ty, SourceLocation RParen) argument
3385 BuildUnaryTypeTrait(UnaryTypeTrait UTT, SourceLocation KWLoc, TypeSourceInfo *TSInfo, SourceLocation RParen) argument
3401 ActOnBinaryTypeTrait(BinaryTypeTrait BTT, SourceLocation KWLoc, ParsedType LhsTy, ParsedType RhsTy, SourceLocation RParen) argument
3724 BuildBinaryTypeTrait(BinaryTypeTrait BTT, SourceLocation KWLoc, TypeSourceInfo *LhsTSInfo, TypeSourceInfo *RhsTSInfo, SourceLocation RParen) argument
3760 ActOnArrayTypeTrait(ArrayTypeTrait ATT, SourceLocation KWLoc, ParsedType Ty, Expr* DimExpr, SourceLocation RParen) argument
3827 BuildArrayTypeTrait(ArrayTypeTrait ATT, SourceLocation KWLoc, TypeSourceInfo *TSInfo, Expr* DimExpr, SourceLocation RParen) argument
3850 ActOnExpressionTrait(ExpressionTrait ET, SourceLocation KWLoc, Expr *Queried, SourceLocation RParen) argument
3871 BuildExpressionTrait(ExpressionTrait ET, SourceLocation KWLoc, Expr *Queried, SourceLocation RParen) argument
5455 BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, SourceLocation RParen) argument
5462 ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, Expr *Operand, SourceLocation RParen) argument
[all...]
H A DSemaStmt.cpp2737 ActOnObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParen, Decl *Parm, Stmt *Body) argument
H A DTreeTransform.h1444 RebuildParenExpr(Expr *SubExpr, SourceLocation LParen, SourceLocation RParen) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4096 GetExtentOfArgList(const char *Name, const char *&LParen, const char *&RParen) argument
H A DRewriteModernObjC.cpp5051 GetExtentOfArgList(const char *Name, const char *&LParen, const char *&RParen) argument

Completed in 291 milliseconds