OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocation
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Source.cpp
37
SourceLocation SourceMapper::
getLocation
(Function *F, CodePtr PC) const {
InterpFrame.cpp
147
return S.
getLocation
(nullptr, {});
148
return S.
getLocation
(Caller->Func, RetPC - sizeof(uintptr_t));
190
SourceLocation InterpFrame::
getLocation
(CodePtr PC) const {
191
return S.
getLocation
(Func, PC);
Descriptor.cpp
253
SourceLocation Descriptor::
getLocation
() const {
255
return D->
getLocation
();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Weak.h
34
inline SourceLocation
getLocation
() const { return loc; }
38
return alias == RHS.getAlias() && loc == RHS.
getLocation
();
ParsedTemplate.h
94
SourceLocation
getLocation
() const { return Loc; }
TemplateDeduction.h
79
SourceLocation
getLocation
() const {
335
SourceLocation
getLocation
() const { return Loc; }
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXStoredDiagnostic.cpp
40
CXSourceLocation CXStoredDiagnostic::
getLocation
() const {
41
if (Diag.
getLocation
().isInvalid())
44
return translateSourceLocation(Diag.
getLocation
().getManager(),
45
LangOpts, Diag.
getLocation
());
80
if (Diag.
getLocation
().isInvalid())
87
assert(Diag.
getLocation
().isValid());
88
return translateSourceRange(Diag.
getLocation
().getManager(),
94
if (Diag.
getLocation
().isInvalid())
106
*ReplacementRange = translateSourceRange(Diag.
getLocation
().getManager(),
CXLoadedDiagnostic.cpp
99
CXSourceLocation CXLoadedDiagnostic::
getLocation
() const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h
50
SDValue
getLocation
(SDValue Val) {
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbLexer.h
70
inline token_loc_t &
getLocation
() { return m_location; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
LambdaCapture.h
125
SourceLocation
getLocation
() const { return Loc; }
Attr.h
93
SourceLocation
getLocation
() const { return getRange().getBegin(); }
TemplateBase.h
496
SourceLocation
getLocation
() const {
ExprObjC.h
107
SourceLocation
getLocation
() const { return Loc; }
589
SourceLocation
getLocation
() const { return Loc; }
759
SourceLocation
getLocation
() const { return IdLoc; }
/src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp
178
OMPDeclareTargetDeclAttr::
getLocation
(const ValueDecl *VD) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp
147
void DiagnosticInfoWithLocationBase::
getLocation
(StringRef &RelativePath,
160
getLocation
(Filename, Line, Column);
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
322
SourceLocation
getLocation
() const { return Loc; }
352
inline SourceLocation
getLocation
() const;
462
inline SourceLocation MacroDirective::DefInfo::
getLocation
() const {
465
return DefDirective->
getLocation
();
PreprocessingRecord.h
161
SourceLocation
getLocation
() const { return getSourceRange().getBegin(); }
Token.h
126
SourceLocation
getLocation
() const {
150
return isAnnotation() ? getAnnotationEndLoc() :
getLocation
();
155
:
getLocation
().getLocWithOffset(getLength());
161
return SourceRange(
getLocation
(), getAnnotationEndLoc());
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
143
///
getLocation
- Returns the edge associated with the given node.
144
ProgramPoint
getLocation
() const { return Location; }
147
return
getLocation
().getLocationContext();
151
return
getLocation
().getStackFrame();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h
403
SourceLocation
getLocation
() const { return CurLoc; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h
119
Location
getLocation
() const { return Kind; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h
225
LocationAccessor
getLocation
(unsigned LocationIndex) const {
233
return location_iterator(
getLocation
(0));
238
return location_iterator(
getLocation
(getNumLocations()));
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
566
SourceLocation
getLocation
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h
389
void
getLocation
(StringRef &RelativePath, unsigned &Line,
396
DiagnosticLocation
getLocation
() const { return Loc; }
649
Orig.RemarkName, Orig.getFunction(), Orig.
getLocation
()),
Completed in 75 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026