Home
last modified time | relevance | path

Searched refs:ClosingBrace (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp858 SourceLocation ClosingBrace, in LambdaExpr() argument
866 ClosingBrace(ClosingBrace) { in LambdaExpr()
913 SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) { in Create() argument
926 ClosingBrace, ContainsUnexpandedParameterPack); in Create()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp628 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); in GenerateNewArgTokens() local
642 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken) in GenerateNewArgTokens()
643 ClosingBrace = I; in GenerateNewArgTokens()
661 PP.getLocForEndOfToken(ClosingBrace->getLocation()))); in GenerateNewArgTokens()
662 ClosingBrace = E; in GenerateNewArgTokens()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1126 SourceLocation ClosingBrace, in LambdaExpr() argument
1130 ClosingBrace(ClosingBrace) { in LambdaExpr()
1167 SourceLocation ClosingBrace, in Create() argument
1177 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace, in Create()
/external/clang/include/clang/AST/
DExprCXX.h1538 SourceLocation ClosingBrace; variable
1554 ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace,
1592 ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace,
1750 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; } in getLocEnd()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1873 SourceLocation ClosingBrace; variable
1880 SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack);
1900 ArrayRef<Expr *> CaptureInits, SourceLocation ClosingBrace,
2074 SourceLocation getEndLoc() const LLVM_READONLY { return ClosingBrace; } in getEndLoc()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1250 Record.AddSourceLocation(E->ClosingBrace); in VisitLambdaExpr()
DASTReaderStmt.cpp1278 E->ClosingBrace = ReadSourceLocation(Record, Idx); in VisitLambdaExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1623 Record.AddSourceLocation(E->ClosingBrace); in VisitLambdaExpr()
DASTReaderStmt.cpp1732 E->ClosingBrace = readSourceLocation(); in VisitLambdaExpr()