HomeSort by relevance Sort by last modified time
    Searched refs:getRawEncoding (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/include/clang/Sema/
Designator.h 131 D.FieldInfo.DotLoc = DotLoc.getRawEncoding();
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
141 D.ArrayInfo.LBracketLoc = LBracketLoc.getRawEncoding();
154 D.ArrayRangeInfo.LBracketLoc = LBracketLoc.getRawEncoding();
155 D.ArrayRangeInfo.EllipsisLoc = EllipsisLoc.getRawEncoding();
164 ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding();
166 ArrayRangeInfo.RBracketLoc = RBracketLoc.getRawEncoding();
Initialization.h 148 LocAndNRVO.Location = Loc.getRawEncoding();
166 Capture.Location = Loc.getRawEncoding();
    [all...]
DeclSpec.h     [all...]
  /external/clang/tools/libclang/
CXSourceLocation.h 36 Loc.getRawEncoding() };
CXCursor.cpp 490 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
507 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
527 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
543 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
560 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
579 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
596 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
613 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
640 { reinterpret_cast<void *>(Range.getBegin().getRawEncoding()),
641 reinterpret_cast<void *>(Range.getEnd().getRawEncoding()),
    [all...]
CXSourceLocation.cpp 141 << SLoc.getRawEncoding() << "\n";
  /external/clang/include/clang/Basic/
SourceLocation.h 138 /// getRawEncoding - When a SourceLocation itself cannot be used, this returns
142 unsigned getRawEncoding() const { return ID; }
159 return (void*)(uintptr_t)getRawEncoding();
173 return LHS.getRawEncoding() == RHS.getRawEncoding();
181 return LHS.getRawEncoding() < RHS.getRawEncoding();
332 return LHS.getRawEncoding() == RHS.getRawEncoding() &&
SourceManager.h 231 X.IncludeLoc = IL.getRawEncoding();
316 X.SpellingLoc = SpellingLoc.getRawEncoding();
317 X.ExpansionLocStart = Start.getRawEncoding();
318 X.ExpansionLocEnd = End.getRawEncoding();
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 160 : Begin(R.getBegin().getRawEncoding()),
161 End(R.getEnd().getRawEncoding()),
174 : Loc(Loc.getRawEncoding()),
177 Loc = L.getRawEncoding();
    [all...]
ASTWriter.h 315 : ID(ID), Offset(Offset), Loc(Loc.getRawEncoding()) {}
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 88 unsigned RawLoc = Loc.getRawEncoding();
214 if (!MigrateCtx.RemovedAttrSet.count(Attr.Loc.getRawEncoding()))
272 MigrateCtx.AtPropsWeak.insert(AtLoc.getRawEncoding());
298 MigrateCtx.RemovedAttrSet.insert(Loc.getRawEncoding());
315 unsigned RawAt = AtLoc.getRawEncoding();
TransProperties.cpp 83 unsigned RawLoc = propI->getAtLoc().getRawEncoding();
114 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
371 return MigrateCtx.AtPropsWeak.count(atLoc.getRawEncoding());
  /external/clang/include/clang/AST/
DeclarationName.h 476 LocInfo.CXXOperatorName.BeginOpNameLoc = R.getBegin().getRawEncoding();
477 LocInfo.CXXOperatorName.EndOpNameLoc = R.getEnd().getRawEncoding();
493 LocInfo.CXXLiteralOperatorName.OpNameLoc = Loc.getRawEncoding();
DependentDiagnostic.h 49 DD->AccessData.Loc = Loc.getRawEncoding();
TemplateBase.h 391 Template.TemplateNameLoc = TemplateNameLoc.getRawEncoding();
392 Template.EllipsisLoc = EllipsisLoc.getRawEncoding();
Expr.h     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 177 I.Fun.EllipsisLoc = EllipsisLoc.getRawEncoding();
183 I.Fun.RefQualifierLoc = RefQualifierLoc.getRawEncoding();
184 I.Fun.ConstQualifierLoc = ConstQualifierLoc.getRawEncoding();
185 I.Fun.VolatileQualifierLoc = VolatileQualifierLoc.getRawEncoding();
186 I.Fun.MutableLoc = MutableLoc.getRawEncoding();
188 I.Fun.ExceptionSpecLoc = ESpecLoc.getRawEncoding();
    [all...]
AnalysisBasedWarnings.cpp 527 return aLoc.getRawEncoding() < bLoc.getRawEncoding();
    [all...]
SemaLambda.cpp 69 = IntroducerRange.getBegin().getRawEncoding();
71 = IntroducerRange.getEnd().getRawEncoding();
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 500 CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
501 CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
504 CXXLiteralOperatorName.OpNameLoc = SourceLocation().getRawEncoding();
NestedNameSpecifier.cpp 422 unsigned Raw = Loc.getRawEncoding();
  /external/clang/include/clang/Lex/
Token.h 135 UintData = L.getRawEncoding();
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 607 ID.AddInteger(Range.getBegin().getRawEncoding());
608 ID.AddInteger(Range.getEnd().getRawEncoding());
609 ID.AddInteger(Loc.getRawEncoding());
619 ID.AddInteger(I->getBegin().getRawEncoding());
620 ID.AddInteger(I->getEnd().getRawEncoding());
  /external/clang/lib/Edit/
EditedSource.cpp 43 I = ExpansionToArgMap.find(ExpLoc.getRawEncoding());
65 ExpansionToArgMap[ExpLoc.getRawEncoding()] = DefArgLoc;
  /external/clang/lib/Analysis/
LiveVariables.cpp 561 return ALoc.getRawEncoding() < BLoc.getRawEncoding();

Completed in 601 milliseconds

1 2