Searched defs:RBrac (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h46 LParen, RParen, LBrac, RBrac, LCurly, RCurly, enumerator in enum:llvm::AsmToken::TokenKind
/external/clang/lib/Sema/
H A DSemaDecl.cpp13399 SourceLocation RBrac, AttributeList *Attr) {
13750 ID->setEndOfDefinitionLoc(RBrac);
13767 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac);
13769 IMPDecl->setIvarRBraceLoc(RBrac);
13775 // CDecl->setLocEnd(RBrac);
13802 CDecl->setIvarRBraceLoc(RBrac);
13397 ActOnFields(Scope *S, SourceLocation RecLoc, Decl *EnclosingDecl, ArrayRef<Decl *> Fields, SourceLocation LBrac, SourceLocation RBrac, AttributeList *Attr) argument
H A DSemaDeclCXX.cpp6420 SourceLocation RBrac,
6438 FieldCollector->getCurNumFields()), LBrac, RBrac, AttrList);
6417 ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, SourceLocation RBrac, AttributeList *AttrList) argument

Completed in 212 milliseconds