HomeSort by relevance Sort by last modified time
    Searched defs:Loc (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /build/kati/
loc.h 22 struct Loc {
23 Loc()
25 Loc(const char* f, int l)
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 29 SourceLocation Loc;
33 : SM(sm), Loc(L), Message(Msg) {}
  /external/clang/include/clang/AST/
CommentBriefParser.h 39 SourceLocation Loc = Tok.getLocation();
41 return Loc;
LambdaCapture.h 40 SourceLocation Loc;
49 /// \param Loc The source location associated with this capture.
62 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
112 SourceLocation getLocation() const { return Loc; }
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 34 SourceLocation Loc;
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc,
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /external/clang/lib/AST/
SelectorLocationsKind.cpp 57 SourceLocation Loc = Arg->getLocStart();
58 if (Loc.isInvalid())
59 return Loc;
61 return Loc.getLocWithOffset(-1);
  /external/clang/test/Analysis/
region-store.cpp 4 class Loc {
9 Loc l;
10 void setLoc(Loc L) {
24 int radar13445834(Derived *Builder, Loc l) {
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.h 22 SourceLocation Loc;
29 SourceLocation Loc;
ubsan_handlers_cxx.cc 45 SourceLocation Loc = Data->Loc.acquire();
47 if (ignoreReport(Loc, Opts, ET))
50 ScopedReport R(Opts, Loc, ET);
52 Diag(Loc, DL_Error,
92 SourceLocation Loc = Data->Loc.acquire();
95 if (ignoreReport(Loc, Opts, ET))
98 ScopedReport R(Opts, Loc, ET);
108 Diag(Loc, DL_Error, "control flow integrity check for type %0 failed during
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 30 for (unsigned char Loc : E.Loc) {
31 OS << format("%2.2x ", Loc);
42 LocationList &Loc = Locations.back();
43 Loc.Offset = Offset;
70 E.Loc.append(str.begin(), str.end());
71 Loc.Entries.push_back(std::move(E));
82 LocationList &Loc = Locations.back();
83 Loc.Offset = Offset;
103 E.Loc.resize(str.size())
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 48 SourceLocation Loc = OrigLoc;
52 Expr::isModifiableLvalueResult IsLV = E->isModifiableLvalue(Ctx, &Loc);
  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 48 SourceLocation Loc = Parent->getLocStart();
49 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
AnalyzerStatsChecker.cpp 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
94 if (!Loc.isValid())
102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
CStringSyntaxChecker.cpp 144 PathDiagnosticLocation Loc =
161 "C String API", os.str(), Loc,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 29 SmallVector<unsigned char, 4> Loc;
63 SmallVector<unsigned char, 4> Loc;
  /external/llvm/include/llvm/IR/
DebugLoc.h 35 TrackingMDNodeRef Loc;
39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {}
40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {}
42 Loc = std::move(X.Loc);
46 Loc = X.Loc;
74 /// the conversion to \c DILocation, this doesn't require that \c Loc is o
    [all...]
  /external/llvm/include/llvm/MC/
ConstantPools.h 31 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
35 SMLoc Loc;
54 unsigned Size, SMLoc Loc);
85 unsigned Size, SMLoc Loc);
  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 51 LineLocation Loc = I->first;
54 if (Loc.Discriminator == 0)
55 OS << Loc.LineOffset << ": ";
57 OS << Loc.LineOffset << "." << Loc.Discriminator << ": ";
70 CallsiteLocation Loc = I->first;
73 if (Loc.Discriminator == 0)
74 OS << Loc.LineOffset << ": ";
76 OS << Loc.LineOffset << "." << Loc.Discriminator << ": "
    [all...]
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 32 SourceLocation Loc;
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc)
37 : Loc(Loc), RegionLoc(RegionLoc) {}
39 SourceLocation getLoc() const { return Loc; }
86 SourceLocation findConditionalDirectiveRegionLoc(SourceLocation Loc) const;
89 void If(SourceLocation Loc, SourceRange ConditionRange,
91 void Elif(SourceLocation Loc, SourceRange ConditionRange,
93 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok
    [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 127 SourceLocation Loc = NNS.getSourceRange().getBegin();
137 Loc, Parent, DC);
141 Loc, Parent, DC);
CXLoadedDiagnostic.cpp 98 CXSourceLocation Loc = { { (void*) V, nullptr }, 0 };
99 return Loc;
173 const Location &Loc = *((Location*)V);
176 *file = Loc.file;
178 *line = Loc.line;
180 *column = Loc.column;
182 *offset = Loc.offset;
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 43 DebugLoc Loc;
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 32 SMLoc Loc;
35 : Id(&Name), Loc(Location) {}
39 SrcMgr.getMemoryBuffer(SrcMgr.FindBufferContainingLoc(Loc));
41 std::pair<unsigned, unsigned> LineAndColumn = SrcMgr.getLineAndColumn(Loc);
  /external/clang/lib/Sema/
TypeLocBuilder.h 97 TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
98 size_t LocalSize = Loc.getLocalDataSize();
99 unsigned LocalAlign = Loc.getLocalDataAlignment();
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 166 MemoryLocation Loc = MemoryLocation::get(L);
168 if (AA->getModRefInfo(S, Loc) & MRI_Mod)

Completed in 528 milliseconds

1 2 3 4 5 6 7 8 9