OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
77
SourceLocation
attrLoc
;
83
attrLoc
= Tok.getLocation();
112
if (!ExtraNSs.empty() &&
attrLoc
.isValid())
113
Diag(
attrLoc
, diag::err_unexpected_nested_namespace_attribute);
117
attrLoc
= Tok.getLocation();
128
if (
attrLoc
.isValid())
129
Diag(
attrLoc
, diag::err_unexpected_namespace_attributes_alias);
4232
SourceLocation ScopeLoc,
AttrLoc
;
4235
AttrName = TryParseCXX11AttributeIdentifier(
AttrLoc
);
4243
ScopeLoc =
AttrLoc
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
parse.d
902
const
attrloc
= token.loc;
907
s = new AST.VisibilityDeclaration(
attrloc
, pkg_prot_idents, a);
909
s = new AST.VisibilityDeclaration(
attrloc
, pAttrs.visibility, a);
917
const
attrLoc
= token.loc;
942
s = new AST.AlignDeclaration(
attrLoc
, pAttrs.ealign, a);
Completed in 22 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026