Searched refs:RBraceLoc (Results 1 - 13 of 13) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2350 /// linkage spec body is being parsed. Once RBraceLoc has been set this is
2356 SourceLocation RBraceLoc; member in class:clang::LinkageSpecDecl
2362 RBraceLoc(SourceLocation()) { }
2379 assert(!RBraceLoc.isValid() || HasBraces);
2384 SourceLocation getRBraceLoc() const { return RBraceLoc; }
2387 RBraceLoc = L;
2388 HasBraces = RBraceLoc.isValid();
H A DDecl.h334 /// RBraceLoc - The ending location of the source range.
335 SourceLocation RBraceLoc; member in class:clang::NamespaceDecl
437 return SourceRange(LocStart, RBraceLoc);
441 SourceLocation getRBraceLoc() const { return RBraceLoc; }
443 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
2486 SourceLocation RBraceLoc;
2539 SourceLocation getRBraceLoc() const { return RBraceLoc; }
2540 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
H A DExpr.h3673 SourceLocation LBraceLoc, RBraceLoc; member in class:clang::StringLiteral::OffsetOfExpr::InitListExpr
3773 return LBraceLoc.isValid() && RBraceLoc.isValid();
3782 SourceLocation getRBraceLoc() const { return RBraceLoc; }
3783 void setRBraceLoc(SourceLocation Loc) { RBraceLoc = Loc; }
H A DExprObjC.h1008 SourceLocation RBraceLoc,
/external/clang/lib/AST/
H A DExpr.cpp1789 LBraceLoc(lbraceloc), RBraceLoc(rbraceloc), AltForm(0, true)
1868 SourceLocation End = RBraceLoc;
3447 SourceLocation RBraceLoc,
3451 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc);
3445 alloc(ASTContext &C, ArrayRef<Expr *> Args, SourceLocation RBraceLoc, ArrayRef<SourceLocation> SelLocs, Selector Sel, SelectorLocationsKind &SelLocsK) argument
H A DDeclCXX.cpp1866 LocStart(StartLoc), RBraceLoc(), AnonOrFirstNamespaceAndInline(0, Inline)
H A DDecl.cpp3042 SourceLocation E = RBraceLoc.isValid() ? RBraceLoc : getLocation();
/external/clang/include/clang/Sema/
H A DSema.h1724 SourceLocation RBraceLoc);
1753 SourceLocation RBraceLoc, Decl *EnumDecl,
3404 SourceLocation RBraceLoc);
4537 SourceLocation RBraceLoc);
/external/clang/lib/Sema/
H A DTreeTransform.h1031 SourceLocation RBraceLoc,
1033 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
1718 SourceLocation RBraceLoc,
1721 = SemaRef.ActOnInitList(LBraceLoc, Inits, RBraceLoc);
1029 RebuildCompoundStmt(SourceLocation LBraceLoc, MultiStmtArg Statements, SourceLocation RBraceLoc, bool IsStmtExpr) argument
1716 RebuildInitList(SourceLocation LBraceLoc, MultiExprArg Inits, SourceLocation RBraceLoc, QualType ResultTy) argument
H A DSemaDeclCXX.cpp10690 /// the C++ linkage specification LinkageSpec. If RBraceLoc is
10695 SourceLocation RBraceLoc) {
10697 if (RBraceLoc.isValid()) {
10699 LSDecl->setRBraceLoc(RBraceLoc);
10693 ActOnFinishLinkageSpecification(Scope *S, Decl *LinkageSpec, SourceLocation RBraceLoc) argument
H A DSemaDecl.cpp10847 SourceLocation RBraceLoc) {
10850 Tag->setRBraceLoc(RBraceLoc);
12346 SourceLocation RBraceLoc, Decl *EnumDeclX,
10846 ActOnTagFinishDefinition(Scope *S, Decl *TagD, SourceLocation RBraceLoc) argument
12345 ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc, SourceLocation RBraceLoc, Decl *EnumDeclX, ArrayRef<Decl *> Elements, Scope *S, AttributeList *Attr) argument
H A DSemaExpr.cpp4718 SourceLocation RBraceLoc) {
4737 RBraceLoc);
4717 ActOnInitList(SourceLocation LBraceLoc, MultiExprArg InitArgList, SourceLocation RBraceLoc) argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1055 D->RBraceLoc = ReadSourceLocation(Record, Idx);

Completed in 1302 milliseconds