Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp77 SourceLocation attrLoc; in ParseNamespace() local
83 attrLoc = Tok.getLocation(); in ParseNamespace()
112 if (!ExtraNSs.empty() && attrLoc.isValid()) in ParseNamespace()
113 Diag(attrLoc, diag::err_unexpected_nested_namespace_attribute); in ParseNamespace()
117 attrLoc = Tok.getLocation(); in ParseNamespace()
128 if (attrLoc.isValid()) in ParseNamespace()
129 Diag(attrLoc, diag::err_unexpected_namespace_attributes_alias); in ParseNamespace()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c787 const Loc attrLoc = token.loc; in parseDeclDefs() local
816 s = new AlignDeclaration(attrLoc, pAttrs->ealign, a); in parseDeclDefs()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d917 const attrLoc = token.loc; variable
942 s = new AST.AlignDeclaration(attrLoc, pAttrs.ealign, a);