OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileID
(Results
51 - 58
of
58
) sorted by null
1
2
3
/external/clang/lib/Serialization/
ASTReader.cpp
175
static std::pair<
FileID
, StringRef::size_type>
177
std::pair<
FileID
, StringRef::size_type> Res;
321
std::pair<
FileID
, StringRef::size_type> MacroLoc =
344
std::pair<
FileID
, StringRef::size_type> MacroLoc =
826
// Remap
FileID
from 1-based old view.
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
CIndexUSRs.cpp
488
const std::pair<
FileID
, unsigned> &Decomposed = SM.getDecomposedLoc(L);
498
// Use the offest into the
FileID
to represent the location. Using
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
Expr.cpp
554
std::pair<
FileID
, unsigned> LocInfo =SM.getDecomposedLoc(StrTokSpellingLoc);
[
all
...]
/external/clang/lib/ARCMigrate/
TransformActions.cpp
422
std::pair<
FileID
, unsigned> locInfo = SM.getDecomposedLoc(loc);
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
66
FileID
MainFileID;
[
all
...]
Completed in 710 milliseconds
1
2
3