OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclLoc
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
2291
SourceLocation
DeclLoc
= ND->getTypeSpecStartLoc();
2292
const char *startBuf = SM->getCharacterData(
DeclLoc
);
2304
ReplaceText(
DeclLoc
, endBuf-startBuf-1, TypeAsString);
2310
ReplaceText(
DeclLoc
, endBuf-startBuf-1, TypeAsString);
4780
SourceLocation
DeclLoc
= FD->getLocation();
4784
const char *startBuf = SM->getCharacterData(
DeclLoc
);
4791
DeclLoc
=
DeclLoc
.getLocWithOffset(startArgList-startBuf);
4792
assert((
DeclLoc
.isValid()) && "Invalid
DeclLoc
");
[
all
...]
RewriteObjC.cpp
2205
SourceLocation
DeclLoc
= ND->getTypeSpecStartLoc();
2206
const char *startBuf = SM->getCharacterData(
DeclLoc
);
2218
ReplaceText(
DeclLoc
, endBuf-startBuf-1, TypeAsString);
2224
ReplaceText(
DeclLoc
, endBuf-startBuf-1, TypeAsString);
3935
SourceLocation
DeclLoc
= FD->getLocation();
3939
const char *startBuf = SM->getCharacterData(
DeclLoc
);
3946
DeclLoc
=
DeclLoc
.getLocWithOffset(startArgList-startBuf);
3947
assert((
DeclLoc
.isValid()) && "Invalid
DeclLoc
");
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
26
SourceLocation
DeclLoc
;
32
: DataConsumer(dataConsumer),
DeclLoc
(Loc), LexicalDC(lexicalDC) { }
95
DataConsumer.handleSynthesizedObjCMethod(D,
DeclLoc
, LexicalDC);
97
DataConsumer.handleObjCMethod(D,
DeclLoc
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
176
const SourceLocation
DeclLoc
= D->getLocation();
177
if (
DeclLoc
.isMacroID()) {
189
if (SourceMgr.isMacroArgExpansion(
DeclLoc
) &&
191
return SourceMgr.getExpansionLoc(
DeclLoc
);
194
return
DeclLoc
;
279
const SourceLocation
DeclLoc
= getDeclLocForCommentSearch(D, SourceMgr);
283
if (
DeclLoc
.isInvalid() || !
DeclLoc
.isFileID())
294
const FileID File = SourceMgr.getDecomposedLoc(
DeclLoc
).first;
299
return getRawCommentForDeclNoCacheImpl(D,
DeclLoc
, *CommentsInThisFile)
[
all
...]
ExprConstant.cpp
14889
SourceLocation
DeclLoc
= VD->getLocation();
14912
return CheckConstantExpression(Info,
DeclLoc
, DeclTy, Value,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
3923
ResolveConstructorOverload(Sema &S, SourceLocation
DeclLoc
,
3997
if (SourceRD && S.isCompleteType(
DeclLoc
, Initializer->getType())) {
4026
return CandidateSet.BestViableFunction(S,
DeclLoc
, Best);
4302
SourceLocation
DeclLoc
= Initializer->getBeginLoc();
4304
= S.CompareReferenceRelationship(
DeclLoc
, cv1T1, cv2T2);
4654
SourceLocation
DeclLoc
= Initializer->getBeginLoc();
4659
= CandidateSet.BestViableFunction(S,
DeclLoc
, Best))
4690
S.CompareReferenceRelationship(
DeclLoc
, T1, cv3T3, &RefConv);
4786
SourceLocation
DeclLoc
= Initializer->getBeginLoc();
4795
S.CompareReferenceRelationship(
DeclLoc
, cv1T1, cv2T2, &RefConv)
[
all
...]
SemaType.cpp
1272
SourceLocation
DeclLoc
= declarator.getIdentifierLoc();
1273
if (
DeclLoc
.isInvalid())
1274
DeclLoc
= DS.getBeginLoc();
1354
S.Diag(
DeclLoc
, diag::ext_missing_declspec)
1364
S.Diag(
DeclLoc
, diag::err_missing_type_specifier)
1374
S.Diag(
DeclLoc
, diag::err_missing_actual_pipe_type)
1378
S.Diag(
DeclLoc
, diag::ext_missing_type_specifier)
1826
QualType Qualified = S.BuildQualifiedType(Result,
DeclLoc
, TypeQuals, &DS);
SemaDeclObjC.cpp
4119
SourceLocation
DeclLoc
(IDecl->getLocation());
4120
SourceLocation SuperClassLoc(getLocForEndOfToken(
DeclLoc
));
4121
Diag(
DeclLoc
, diag::warn_objc_root_class_missing)
4127
DeclLoc
, LookupOrdinaryName);
SemaOverload.cpp
4612
QualType DeclType, SourceLocation
DeclLoc
,
4619
DeclLoc
, OverloadCandidateSet::CSK_InitByUserDefinedConversion);
4647
DeclLoc
,
4680
switch (CandidateSet.BestViableFunction(S,
DeclLoc
, Best)) {
4729
SourceLocation
DeclLoc
,
4757
S.CompareReferenceRelationship(
DeclLoc
, T1, T2, &RefConv);
4827
S.isCompleteType(
DeclLoc
, T2) &&
4829
if (FindConversionForRefInit(S, ICS, DeclType,
DeclLoc
,
4875
T2->isRecordType() && S.isCompleteType(
DeclLoc
, T2) &&
4876
FindConversionForRefInit(S, ICS, DeclType,
DeclLoc
,
[
all
...]
SemaLookup.cpp
5362
SourceLocation
DeclLoc
,
5371
Diag(
DeclLoc
, diag::note_unreachable_entity) << (int)MIK;
5387
PP.getHeaderToIncludeForDiagnostics(UseLoc,
DeclLoc
)) {
SemaTemplate.cpp
3029
/// \param
DeclLoc
The location of the declaration itself.
3056
SourceLocation DeclStartLoc, SourceLocation
DeclLoc
, const CXXScopeSpec &SS,
3168
Diag(
DeclLoc
, diag::err_specialize_member_of_template)
3191
Diag(
DeclLoc
, diag::err_template_spec_needs_header)
3338
Diag(
DeclLoc
, diag::err_template_spec_needs_template_parameters)
SemaDecl.cpp
17144
void Sema::ActOnLastBitfield(SourceLocation
DeclLoc
,
17166
Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy,
DeclLoc
);
17169
DeclLoc
,
DeclLoc
, nullptr,
17172
DeclLoc
),
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp
215
SourceLocation
DeclLoc
= Tok.getLocation();
223
AnnotateExistingDecltypeSpecifier(DS,
DeclLoc
, EndLoc);
228
SS.SetInvalid(SourceRange(
DeclLoc
, CCLoc));
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
3762
SourceLocation
DeclLoc
;
3763
RecordLocation Loc = DeclCursorForID(ID,
DeclLoc
);
3782
ASTDeclReader Reader(*this, Record, Loc, ID,
DeclLoc
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2925
SourceLocation
DeclLoc
, ArrayRef<Module *> Modules,
7526
SourceLocation DeclStartLoc, SourceLocation
DeclLoc
,
Completed in 113 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026