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

/external/clang/lib/Sema/
H A DSemaDecl.cpp11493 SourceLocation RecLoc, Decl *EnclosingDecl,
11810 Diag(RecLoc, diag::warn_zero_size_struct_union_compat) << IsEmpty
11817 Diag(RecLoc, diag::ext_empty_struct_union) << Record->isUnion();
11819 Diag(RecLoc, diag::ext_no_named_members_in_struct_union) << Record->isUnion();
11492 ActOnFields(Scope* S, SourceLocation RecLoc, Decl *EnclosingDecl, llvm::ArrayRef<Decl *> Fields, SourceLocation LBrac, SourceLocation RBrac, AttributeList *Attr) argument

Completed in 99 milliseconds