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.cpp12224 SourceLocation RBrac, AttributeList *Attr) {
12579 ID->setEndOfDefinitionLoc(RBrac);
12596 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac);
12598 IMPDecl->setIvarRBraceLoc(RBrac);
12604 // CDecl->setLocEnd(RBrac);
12631 CDecl->setIvarRBraceLoc(RBrac);
12222 ActOnFields(Scope *S, SourceLocation RecLoc, Decl *EnclosingDecl, ArrayRef<Decl *> Fields, SourceLocation LBrac, SourceLocation RBrac, AttributeList *Attr) argument
H A DSemaDeclCXX.cpp6034 SourceLocation RBrac,
6052 FieldCollector->getCurNumFields()), LBrac, RBrac, AttrList);
6031 ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, SourceLocation RBrac, AttributeList *AttrList) argument

Completed in 308 milliseconds