Home
last modified time | relevance | path

Searched refs:ScopedEnumKWLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp3510 SourceLocation ScopedEnumKWLoc; in ParseEnumSpecifier() local
3518 ScopedEnumKWLoc = ConsumeToken(); in ParseEnumSpecifier()
3588 if (!Name && ScopedEnumKWLoc.isValid()) { in ParseEnumSpecifier()
3592 ScopedEnumKWLoc = SourceLocation(); in ParseEnumSpecifier()
3761 Owned, IsDependent, ScopedEnumKWLoc, in ParseEnumSpecifier()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp10335 SourceLocation ScopedEnumKWLoc, in ActOnTag() argument
10346 bool ScopedEnum = ScopedEnumKWLoc.isValid(); in ActOnTag()
10704 Diag(ScopedEnumKWLoc, diag::err_enum_class_reference) in ActOnTag()
10706 << FixItHint::CreateRemoval(ScopedEnumKWLoc); in ActOnTag()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1667 SourceLocation ScopedEnumKWLoc,