OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlineLoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
60
SourceLocation
InlineLoc
) {
99
Info.
InlineLoc
= ConsumeToken();
101
FirstNestedInlineLoc = Info.
InlineLoc
;
130
if (
InlineLoc
.isValid())
131
Diag(
InlineLoc
, diag::err_inline_namespace_alias)
132
<< FixItHint::CreateRemoval(
InlineLoc
);
156
} else if (
InlineLoc
.isValid()) {
157
Diag(
InlineLoc
, diag::err_inline_nested_namespace_definition);
183
if (ExtraNS.
InlineLoc
.isValid())
207
if (
InlineLoc
.isValid()
[
all
...]
ParseDecl.cpp
1717
SourceLocation
InlineLoc
= ConsumeToken();
1718
return ParseNamespace(Context, DeclEnd,
InlineLoc
);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
3019
SourceLocation
InlineLoc
= SourceLocation());
3023
SourceLocation
InlineLoc
;
3030
unsigned int index, SourceLocation &
InlineLoc
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp
10908
Scope *NamespcScope, SourceLocation
InlineLoc
, SourceLocation NamespaceLoc,
10911
SourceLocation StartLoc =
InlineLoc
.isValid() ?
InlineLoc
: NamespaceLoc;
10914
bool IsInline =
InlineLoc
.isValid();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
5599
Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation
InlineLoc
,
Completed in 36 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026