Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp841 SourceLocation ClosingBrace, in LambdaExpr() argument
851 ClosingBrace(ClosingBrace) in LambdaExpr()
902 SourceLocation ClosingBrace, in Create() argument
919 ClosingBrace, ContainsUnexpandedParameterPack); in Create()
/external/clang/include/clang/AST/
DExprCXX.h1187 SourceLocation ClosingBrace; variable
1279 SourceLocation ClosingBrace,
1321 SourceLocation ClosingBrace,
1422 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; } in getLocEnd()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1102 Writer.AddSourceLocation(E->ClosingBrace, Record); in VisitLambdaExpr()
DASTReaderStmt.cpp1125 E->ClosingBrace = ReadSourceLocation(Record, Idx); in VisitLambdaExpr()