OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentifierLoc
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
LoopHint.h
26
IdentifierLoc
*PragmaNameLoc;
30
IdentifierLoc
*OptionLoc;
33
IdentifierLoc
*StateLoc;
Parser.h
2761
IdentifierLoc
*ParseIdentifierLoc();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
386
LookupResult Found(*this, IdInfo.Identifier, IdInfo.
IdentifierLoc
,
491
LookupResult Found(*this, IdInfo.Identifier, IdInfo.
IdentifierLoc
,
579
SS.Extend(Context, IdInfo.Identifier, IdInfo.
IdentifierLoc
, IdInfo.CCLoc);
657
Diag(IdInfo.
IdentifierLoc
, diag::ext_nested_name_spec_is_enum);
674
LookupResult FoundOuter(*this, IdInfo.Identifier, IdInfo.
IdentifierLoc
,
690
Diag(IdInfo.
IdentifierLoc
,
714
SS.Extend(Context, Namespace, IdInfo.
IdentifierLoc
, IdInfo.CCLoc);
719
SS.Extend(Context, Alias, IdInfo.
IdentifierLoc
, IdInfo.CCLoc);
729
InjectedTL.setNameLoc(IdInfo.
IdentifierLoc
);
732
RecordTL.setNameLoc(IdInfo.
IdentifierLoc
);
[
all
...]
ParsedAttr.cpp
31
IdentifierLoc
*
IdentifierLoc
::create(ASTContext &Ctx, SourceLocation Loc,
33
IdentifierLoc
*Result = new (Ctx)
IdentifierLoc
;
SemaStmtAttr.cpp
73
IdentifierLoc
*PragmaNameLoc = A.getArgAsIdent(0);
74
IdentifierLoc
*OptionLoc = A.getArgAsIdent(1);
75
IdentifierLoc
*StateLoc = A.getArgAsIdent(2);
DeclSpec.cpp
65
SourceLocation
IdentifierLoc
,
67
Builder.Extend(Context, Identifier,
IdentifierLoc
, ColonColonLoc);
70
Range.setBegin(
IdentifierLoc
);
SemaDeclAttr.cpp
345
IdentifierLoc
*Loc = AL.getArgAsIdent(ArgNum);
1107
IdentifierLoc
*IL = AL.getArgAsIdent(0);
1152
IdentifierLoc
*Ident = AL.getArgAsIdent(ArgIndex);
1177
IdentifierLoc
*Ident = AL.getArgAsIdent(0);
1211
IdentifierLoc
*IL = AL.getArgAsIdent(0);
1258
IdentifierLoc
*Ident = AL.getArgAsIdent(0);
1280
IdentifierLoc
*Ident = AL.getArgAsIdent(0);
1979
IdentifierLoc
*CPUArg = AL.getArgAsIdent(ArgNo);
2451
IdentifierLoc
*Platform = AL.getArgAsIdent(0);
2680
IdentifierLoc
*IL = AL.getArgAsIdent(0)
[
all
...]
SemaType.cpp
5753
IdentifierLoc
*Arg = new (S.Context)
IdentifierLoc
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
186
struct
IdentifierLoc
{
190
static
IdentifierLoc
*create(ASTContext &Ctx, SourceLocation Loc,
196
using ArgsUnion = llvm::PointerUnion<Expr *,
IdentifierLoc
*>;
312
IdentifierLoc
*Parm, const AvailabilityChange &introduced,
333
IdentifierLoc
*Parm1,
IdentifierLoc
*Parm2,
IdentifierLoc
*Parm3,
350
IdentifierLoc
*ArgKind, ParsedType matchingCType,
483
return Arg < NumArgs && getArg(Arg).is<
IdentifierLoc
*>();
486
IdentifierLoc
*getArgAsIdent(unsigned Arg) const
[
all
...]
DeclSpec.h
103
/// \param
IdentifierLoc
The location of the identifier.
107
SourceLocation
IdentifierLoc
, SourceLocation ColonColonLoc);
Sema.h
6417
SourceLocation
IdentifierLoc
;
6425
: ObjectType(ObjectType), Identifier(II),
IdentifierLoc
(IdLoc),
6432
IdentifierLoc
(IdLoc), CCLoc(ColonColonLoc) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h
414
/// \param
IdentifierLoc
The location of the identifier.
418
SourceLocation
IdentifierLoc
, SourceLocation ColonColonLoc);
/src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp
576
SourceLocation
IdentifierLoc
,
582
SaveSourceLocation(
IdentifierLoc
, Buffer, BufferSize, BufferCapacity);
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1714
SourceLocation
IdentifierLoc
= ConsumeToken();
1717
= parseObjCTypeArgsAndProtocolQualifiers(
IdentifierLoc
, Ty,
1982
SourceLocation
IdentifierLoc
= ConsumeToken();
1985
= parseObjCTypeArgsAndProtocolQualifiers(
IdentifierLoc
, Ty,
ParseDecl.cpp
317
IdentifierLoc
*Parser::ParseIdentifierLoc() {
319
IdentifierLoc
*IL =
IdentifierLoc
::create(Actions.Context,
1049
IdentifierLoc
*Platform = ParseIdentifierLoc();
1280
IdentifierLoc
*GeneratedDeclaration = nullptr;
1391
IdentifierLoc
*RelatedClass = ParseIdentifierLoc();
1400
IdentifierLoc
*ClassMethod = nullptr;
1420
IdentifierLoc
*InstanceMethod = nullptr;
1473
auto *SwiftType =
IdentifierLoc
::create(Actions.Context, Tok.getLocation(),
1506
IdentifierLoc
*ArgumentKind = ParseIdentifierLoc()
[
all
...]
ParsePragma.cpp
1109
Hint.PragmaNameLoc =
IdentifierLoc
::create(
1117
Hint.OptionLoc =
IdentifierLoc
::create(
1198
Hint.StateLoc =
IdentifierLoc
::create(Actions.Context, StateLoc, StateInfo);
1220
IdentifierLoc
::create(Actions.Context, StateLoc, StateInfo);
1244
IdentifierLoc
::create(Actions.Context, StateLoc, StateInfo);
ParseExpr.cpp
3611
IdentifierLoc
*PlatformIdentifier = ParseIdentifierLoc();
Completed in 126 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026