OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFileLoc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp
174
FullSourceLoc FullSourceLoc::
getFileLoc
() const {
176
return FullSourceLoc(SrcMgr->
getFileLoc
(*this), *SrcMgr);
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
174
///
getFileLoc
- Return the File Location for the file we are lexing out of.
178
SourceLocation
getFileLoc
() const { return FileLoc; }
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h
119
static SourceLocation
getFileLoc
(unsigned ID) {
392
FullSourceLoc
getFileLoc
() const;
SourceManager.h
1117
return SourceLocation::
getFileLoc
(Entry->getOffset());
1125
return SourceLocation::
getFileLoc
(Entry->getOffset() +
1165
SourceLocation
getFileLoc
(SourceLocation Loc) const {
1225
return Entry->isFile() ? SourceLocation::
getFileLoc
(GlobalOffset)
Completed in 15 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026