OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFileID
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
FileIndexRecord.h
39
FileID
getFileID
() const { return FID; }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h
146
FileID
getFileID
() const {
148
"PreprocessorLexer::
getFileID
() should only be used with a Preprocessor");
158
///
getFileID
(), this only works for lexers with attached preprocessors.
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnalyzer.h
47
FileID
getFileID
() const { return ID; }
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp
159
FileID FullSourceLoc::
getFileID
() const {
161
return SrcMgr->
getFileID
(*this);
213
return SrcMgr->getLineNumber(
getFileID
(), getFileOffset(), Invalid);
218
return SrcMgr->getColumnNumber(
getFileID
(), getFileOffset(), Invalid);
223
return SrcMgr->getFileEntryForID(
getFileID
());
267
return SrcMgr->getBufferData(SrcMgr->
getFileID
(*this), Invalid);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h
331
FileID
getFileID
() const {
388
FileID
getFileID
() const;
SourceManager.h
714
/// A one-entry cache to speed up
getFileID
.
1100
FileID
getFileID
(SourceLocation SpellingLoc) const {
1143
FileID FID =
getFileID
(Loc);
1234
FileID FID =
getFileID
(Loc);
1247
FileID FID =
getFileID
(Loc);
1265
FileID FID =
getFileID
(Loc);
1455
return
getFileID
(Loc1) ==
getFileID
(Loc2);
1463
return
getFileID
(Loc) == getMainFileID();
Completed in 23 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026