OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ELoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
593
const SourceLocation
ELoc
= FixIt.RemoveRange.getEnd();
597
std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(
ELoc
);
600
EInfo.second += Lexer::MeasureTokenLength(
ELoc
, SM, SemaRef.LangOpts);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp
69
PathDiagnosticLocation
ELoc
=
74
Message,
ELoc
, Sr);
119
PathDiagnosticLocation
ELoc
(InnerIf->getCond(), BR.getSourceManager(), AC);
123
ELoc
);
142
PathDiagnosticLocation
ELoc
(Cond2, BR.getSourceManager(), AC);
146
ELoc
, Sr);
171
PathDiagnosticLocation
ELoc
=
176
"true and false branches are identical",
ELoc
);
254
PathDiagnosticLocation
ELoc
=
266
categories::LogicError, Message,
ELoc
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
712
SMLoc
ELoc
= SMLoc::getFromPointer(SectionVal.data() + E);
714
SMRange(BLoc,
ELoc
));
716
"\"", SMRange(BLoc,
ELoc
));
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
2996
SourceLocation
ELoc
= Tok.getLocation();
3000
Val = Actions.ActOnFinishFullExpr(Val.get(),
ELoc
, /*DiscardedValue*/ false);
3428
SourceLocation
ELoc
= Tok.getLocation();
3432
Actions.ActOnFinishFullExpr(Val.get(),
ELoc
, /*DiscardedValue*/ false);
3988
SourceLocation
ELoc
= ConsumeToken();
3991
Actions.ActOnFinishFullExpr(Tail.get(),
ELoc
, /*DiscardedValue*/ false);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
4100
SMLoc
ELoc
= Parser.getTok().getLoc();
4103
AArch64Operand::CreateToken("!", false,
ELoc
, getContext()));
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
7814
CXSourceLocation
eloc
= clang_getTokenLocation(TU, Tokens[NumTokens - 1]);
local
7815
*Log << clang_getRange(bloc,
eloc
);
9136
CXSourceLocation
ELoc
= clang_getRangeEnd(range);
9144
clang_getFileLocation(
ELoc
, &EFile, &ELine, &EColumn, nullptr);
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026