Searched refs:ClosingBrace (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp434 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); local
448 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
449 ClosingBrace = I;
467 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
468 ClosingBrace = E;
/external/clang/lib/AST/
H A DExprCXX.cpp930 SourceLocation ClosingBrace,
941 ClosingBrace(ClosingBrace)
993 SourceLocation ClosingBrace,
1011 ClosingBrace, ContainsUnexpandedParameterPack);
920 LambdaExpr(QualType T, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
982 Create(const ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1345 SourceLocation ClosingBrace; member in class:clang::LambdaExpr
1363 SourceLocation ClosingBrace,
1406 SourceLocation ClosingBrace,
1534 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; }
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1219 E->ClosingBrace = ReadSourceLocation(Record, Idx);
H A DASTWriterStmt.cpp1177 Writer.AddSourceLocation(E->ClosingBrace, Record);

Completed in 131 milliseconds