OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diagloc
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/ARCMigrate/
ARCMT.cpp
35
FullSourceLoc
diagLoc
= I->getLocation();
38
!
diagLoc
.isBeforeInTranslationUnitThan(range.getBegin()) &&
39
(
diagLoc
== range.getEnd() ||
40
diagLoc
.isBeforeInTranslationUnitThan(range.getEnd()))) {
63
FullSourceLoc
diagLoc
= I->getLocation();
66
!
diagLoc
.isBeforeInTranslationUnitThan(range.getBegin()) &&
67
(
diagLoc
== range.getEnd() ||
68
diagLoc
.isBeforeInTranslationUnitThan(range.getEnd()))) {
/external/clang/lib/Lex/
Pragma.cpp
846
SourceLocation
DiagLoc
= DiagToken.getLocation();
866
if (!PP.getDiagnostics().popMappings(
DiagLoc
))
869
Callbacks->PragmaDiagnosticPop(
DiagLoc
, Namespace);
872
PP.getDiagnostics().pushMappings(
DiagLoc
);
874
Callbacks->PragmaDiagnosticPush(
DiagLoc
, Namespace);
923
Map,
DiagLoc
))
927
Callbacks->PragmaDiagnostic(
DiagLoc
, Namespace, Map, WarningName);
[
all
...]
/external/clang/lib/Sema/
JumpDiagnostics.cpp
80
SourceLocation
DiagLoc
, unsigned JumpDiag);
666
SourceLocation
DiagLoc
, unsigned JumpDiag) {
690
S.Diag(
DiagLoc
, JumpDiag);
SemaChecking.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/include/clang/AST/
Expr.h
426
/// diagnostic indicating why it's not foldable.
DiagLoc
indicates a caret
435
SourceLocation
DiagLoc
;
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
988
Info.EvalResult.
DiagLoc
= L;
[
all
...]
Completed in 238 milliseconds