OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBeginLoc
(Results
1 - 25
of
179
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeGenError.h
24
ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->
getBeginLoc
()) {}
25
ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->
getBeginLoc
()) {}
Source.cpp
19
return S->
getBeginLoc
();
21
return D->
getBeginLoc
();
ByteCodeEmitter.h
58
bool bail(const Stmt *S) { return bail(S->
getBeginLoc
()); }
59
bool bail(const Decl *D) { return bail(D->
getBeginLoc
()); }
EvalEmitter.h
60
bool bail(const Stmt *S) { return bail(S->
getBeginLoc
()); }
61
bool bail(const Decl *D) { return bail(D->
getBeginLoc
()); }
Function.cpp
21
: P(P), Loc(F->
getBeginLoc
()), F(F), ArgSize(ArgSize),
/src/external/apache2/llvm/dist/clang/lib/Sema/
UsedDeclVisitor.h
48
asImpl().visitUsedDecl(Node->
getBeginLoc
(), Node->getCapturedDecl());
54
E->
getBeginLoc
(),
61
asImpl().visitUsedDecl(E->
getBeginLoc
(), E->getOperatorNew());
63
asImpl().visitUsedDecl(E->
getBeginLoc
(), E->getOperatorDelete());
69
asImpl().visitUsedDecl(E->
getBeginLoc
(), E->getOperatorDelete());
75
asImpl().visitUsedDecl(E->
getBeginLoc
(), S.LookupDestructor(Record));
83
asImpl().visitUsedDecl(E->
getBeginLoc
(), E->getConstructor());
SemaStmtAsm.cpp
73
S.Diag(LVal->
getBeginLoc
(), diag::err_invalid_asm_cast_lvalue)
76
S.Diag(LVal->
getBeginLoc
(), diag::warn_invalid_asm_cast_lvalue)
140
S.Diag(E->
getBeginLoc
(), diag::err_asm_naked_this_ref);
146
S.Diag(DRE->
getBeginLoc
(), diag::err_asm_naked_parm_ref);
181
S.Diag(E->
getBeginLoc
(), diag::err_asm_non_addr_value_in_memory_constraint)
236
return Clobbers[i]->
getBeginLoc
();
273
targetDiag(Literal->
getBeginLoc
(),
303
Diag(OutputExpr->
getBeginLoc
(), diag::err_asm_invalid_type)
330
if (RequireCompleteType(OutputExpr->
getBeginLoc
(), Exprs[i]->getType(),
335
return StmtError(Diag(OutputExpr->
getBeginLoc
(),
[
all
...]
SemaChecking.cpp
124
SourceRange range(call->getArg(desiredArgCount)->
getBeginLoc
(),
142
S.Diag(ValArg->
getBeginLoc
(), diag::err_builtin_annotation_first_arg)
151
S.Diag(StrArg->
getBeginLoc
(), diag::err_builtin_annotation_second_arg)
173
S.Diag(Arg->
getBeginLoc
(), diag::err_msvc_annotation_wide_str)
189
QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->
getBeginLoc
());
302
S.Diag(Arg.get()->
getBeginLoc
(), diag::err_overflow_builtin_must_be_int)
321
S.Diag(Arg.get()->
getBeginLoc
(),
337
return S.Diag(Arg->
getBeginLoc
(),
350
SourceLocation BuiltinLoc = BuiltinCall->
getBeginLoc
();
773
DiagRuntimeBehavior(TheCall->
getBeginLoc
(), TheCall
[
all
...]
AnalysisBasedWarnings.cpp
118
if (!S.getSourceManager().isInMainFile(AC.getDecl()->
getBeginLoc
()))
274
S.Diag(Body->
getBeginLoc
(), diag::warn_infinite_recursive_function);
674
SourceLocation LBrace = Body->
getBeginLoc
(), RBrace = Body->getEndLoc();
794
CharSourceRange::getCharRange(If->
getBeginLoc
(), Then->
getBeginLoc
()));
804
If->
getBeginLoc
(), Else->
getBeginLoc
()));
818
S.Diag(Use.getUser()->
getBeginLoc
(), diag::warn_uninit_var)
830
S.Diag(Use.getUser()->
getBeginLoc
(), diag::note_uninit_var_use)
902
SourceRange(BO->
getBeginLoc
(), BO->getOperatorLoc()))
[
all
...]
JumpDiagnostics.cpp
325
Scopes.push_back(GotoScope(ParentScope, Diag, 0, S->
getBeginLoc
()));
391
Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->
getBeginLoc
()));
396
Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->
getBeginLoc
()));
400
Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->
getBeginLoc
()));
608
ED->getStructuredBlock()->
getBeginLoc
());
681
Loc = CS->
getBeginLoc
();
683
Loc = DS->
getBeginLoc
();
685
Loc = SC->
getBeginLoc
();
720
S.Diag(GotoJumps[0]->
getBeginLoc
(),
856
S.Diag(Jump->
getBeginLoc
(), diag::err_indirect_goto_in_protected_scope
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Availability.h
53
SourceLocation
getBeginLoc
() const { return BeginLoc; }
StmtCXX.h
43
SourceLocation
getBeginLoc
() const LLVM_READONLY { return CatchLoc; }
92
SourceLocation
getBeginLoc
() const LLVM_READONLY { return getTryLoc(); }
206
SourceLocation
getBeginLoc
() const LLVM_READONLY { return ForLoc; }
296
SourceLocation
getBeginLoc
() const LLVM_READONLY { return KeywordLoc; }
421
SourceLocation
getBeginLoc
() const LLVM_READONLY {
422
return getBody() ? getBody()->
getBeginLoc
()
423
: getPromiseDecl()->
getBeginLoc
();
492
SourceLocation
getBeginLoc
() const LLVM_READONLY { return CoreturnLoc; }
494
return getOperand() ? getOperand()->getEndLoc() :
getBeginLoc
();
ExprCXX.h
156
?
getBeginLoc
()
160
SourceLocation
getBeginLoc
() const { return Range.getBegin(); }
223
return
getBeginLoc
();
345
SourceLocation
getBeginLoc
() const LLVM_READONLY {
346
return getDecomposedForm().LHS->
getBeginLoc
();
353
return SourceRange(DF.LHS->
getBeginLoc
(), DF.RHS->getEndLoc());
409
SourceLocation
getBeginLoc
() const LLVM_READONLY { return Loc; }
698
SourceLocation
getBeginLoc
() const {
701
return getArg(0)->
getBeginLoc
();
736
SourceLocation
getBeginLoc
() const { return getLocation();
[
all
...]
ExprObjC.h
72
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtLoc; }
104
SourceLocation
getBeginLoc
() const LLVM_READONLY { return Loc; }
159
SourceLocation
getBeginLoc
() const LLVM_READONLY { return Range.getBegin(); }
216
SourceLocation
getBeginLoc
() const LLVM_READONLY { return Range.getBegin(); }
380
SourceLocation
getBeginLoc
() const LLVM_READONLY { return Range.getBegin(); }
436
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtLoc; }
476
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtLoc; }
530
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtLoc; }
592
SourceLocation
getBeginLoc
() const LLVM_READONLY {
593
return isFreeIvar() ? Loc : getBase()->
getBeginLoc
();
[
all
...]
StmtObjC.h
57
SourceLocation
getBeginLoc
() const LLVM_READONLY { return ForLoc; }
110
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtCatchLoc; }
143
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtFinallyLoc; }
252
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtTryLoc; }
313
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtSynchronizedLoc; }
351
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtThrowLoc; }
383
SourceLocation
getBeginLoc
() const LLVM_READONLY { return AtLoc; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp
82
<< SM.getExpansionLineNumber(CL->
getBeginLoc
()) << " returned to caller";
86
SourceLocation L = ARE->
getBeginLoc
();
92
SourceLocation L = BD->
getBeginLoc
();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp
139
scope.CompoundParent->
getBeginLoc
());
144
scope.CompoundParent->
getBeginLoc
());
243
return SourceRange((*rangeS)->
getBeginLoc
(), (*rangeE)->getEndLoc());
258
ScopeRange = SourceRange((*scope.Begin)->
getBeginLoc
(),
259
(*scope.End)->
getBeginLoc
());
267
return checkRef(TL.
getBeginLoc
(), TL.getTypedefNameDecl()->getLocation());
271
return checkRef(TL.
getBeginLoc
(), TL.getDecl()->getLocation());
330
(*scope.Begin)->
getBeginLoc
());
332
(*scope.End)->
getBeginLoc
());
TransARCAssign.cpp
61
Pass.TA.insert(TLoc.
getBeginLoc
(), "__strong ");
TransGCCalls.cpp
40
TA.report(E->
getBeginLoc
(), diag::warn_arcmt_nsalloc_realloc,
TransUnbridgedCasts.cpp
211
E->
getBeginLoc
())) {
227
diag::err_arc_cast_requires_bridge, E->
getBeginLoc
());
232
SourceLocation insertLoc = E->getSubExpr()->
getBeginLoc
();
252
SourceLocation InsertLoc = WrapE->
getBeginLoc
();
369
Pass.TA.reportError(err, E->
getBeginLoc
(),
381
Pass.TA.reportNote(note, retS->
getBeginLoc
());
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RecursiveSymbolVisitor.h
87
const SourceLocation TypeBeginLoc = Loc.
getBeginLoc
();
110
Lexer::getLocForEndOfToken(TL.
getBeginLoc
(), 0, SM, LangOpts);
111
return visit(TL.getTypedefNameDecl(), TL.
getBeginLoc
(), TypeEndLoc);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ReachableCode.cpp
156
SourceLocation L = S->
getBeginLoc
();
204
if (!PE->
getBeginLoc
().isMacroID())
450
if (S->
getBeginLoc
().isInvalid())
477
if (p1->second->
getBeginLoc
() < p2->second->
getBeginLoc
())
479
if (p2->second->
getBeginLoc
() < p1->second->
getBeginLoc
())
512
if (S->
getBeginLoc
().isMacroID()) {
595
return CE->
getBeginLoc
();
608
return S->
getBeginLoc
();
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp
328
if (SM.isBeforeInTranslationUnit(T->
getBeginLoc
(), Range.getBegin()))
329
Range.setBegin(T->
getBeginLoc
());
332
if (SM.isBeforeInTranslationUnit(T->
getBeginLoc
(), Range.getBegin()))
333
Range.setBegin(T->
getBeginLoc
());
353
if (SM.isBeforeInTranslationUnit(Comment->
getBeginLoc
(),
362
Range.setBegin(Comment->
getBeginLoc
());
/src/external/apache2/llvm/dist/clang/lib/AST/
SelectorLocationsKind.cpp
51
return Arg->
getBeginLoc
();
56
SourceLocation Loc = Arg->
getBeginLoc
();
/src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp
65
addIfInMain(FD, Body->
getBeginLoc
());
69
addIfInMain(VD, Init->
getBeginLoc
());
Completed in 49 milliseconds
1
2
3
4
5
6
7
8
Indexes created Sat Sep 19 00:25:42 UTC 2026