Searched defs:ClosingBrace (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 614 const char *ClosingBrace = std::find_if(ThisTokBuf, ThisTokEnd, [](char C) { in ProcessNamedUCNEscape() local
|
H A D | PPMacroExpansion.cpp | 690 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); GenerateNewArgTokens() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1209 LambdaExpr(QualType T,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) LambdaExpr() argument 1250 Create(const ASTContext & Context,CXXRecordDecl * Class,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1955 SourceLocation ClosingBrace; global() variable
|