OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocStart
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/AST/
StmtOpenMP.h
45
SourceLocation
getLocStart
() const { return StartLoc; }
305
SourceLocation
getLocStart
() const { return StartLoc; }
ExprCXX.h
89
SourceLocation
getLocStart
() const LLVM_READONLY { return Range.getBegin(); }
210
SourceLocation
getLocStart
() const LLVM_READONLY { return Loc; }
400
SourceLocation
getLocStart
() const {
403
return getArg(0)->
getLocStart
();
442
SourceLocation
getLocStart
() const LLVM_READONLY { return Loc; }
470
SourceLocation
getLocStart
() const LLVM_READONLY { return Loc; }
502
SourceLocation
getLocStart
() const LLVM_READONLY {
503
return SubExpr->
getLocStart
();
592
SourceLocation
getLocStart
() const LLVM_READONLY { return Range.getBegin(); }
637
return SourceRange(
getLocStart
(), getLocEnd())
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
76
SourceLocation CXXScalarValueInitExpr::
getLocStart
() const {
423
SourceLocation CXXConstructExpr::
getLocStart
() const {
425
return cast<CXXTemporaryObjectExpr>(this)->
getLocStart
();
459
return SourceRange(getArg(0)->
getLocStart
(), getOperatorLoc());
463
return SourceRange(getArg(0)->
getLocStart
(), getRParenLoc());
465
return SourceRange(getArg(0)->
getLocStart
(), getRParenLoc());
469
return SourceRange(getArg(0)->
getLocStart
(), getArg(1)->getLocEnd());
753
SourceLocation CXXTemporaryObjectExpr::
getLocStart
() const {
[
all
...]
Stmt.cpp
166
(void) sizeof(is_good(implements_getLocStart(&type::
getLocStart
)))
214
return SourceRange(static_cast<const S*>(stmt)->
getLocStart
(),
231
SourceLocation Stmt::
getLocStart
() const {
232
// llvm::errs() << "
getLocStart
() for " << getStmtClassName() << "\n";
238
return static_cast<const type*>(this)->
getLocStart
();
[
all
...]
Expr.cpp
200
// See also Stmt.cpp:{
getLocStart
(),getLocEnd()}.
217
return static_cast<const E*>(expr)->
getLocStart
();
465
SourceLocation DeclRefExpr::
getLocStart
() const {
468
return getNameInfo().
getLocStart
();
[
all
...]
Completed in 757 milliseconds