OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalSourceRange
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/AST/
TypeLoc.h
134
SourceRange
getLocalSourceRange
() const {
234
SourceRange
getLocalSourceRange
() const {
466
SourceRange
getLocalSourceRange
() const {
521
SourceRange
getLocalSourceRange
() const {
769
SourceRange
getLocalSourceRange
() const {
867
SourceRange
getLocalSourceRange
() const {
916
SourceRange
getLocalSourceRange
() const {
956
SourceRange
getLocalSourceRange
() const {
1000
SourceRange
getLocalSourceRange
() const {
1037
SourceRange
getLocalSourceRange
() const
[
all
...]
NestedNameSpecifier.h
264
SourceRange
getLocalSourceRange
() const;
281
return
getLocalSourceRange
().getBegin();
287
return
getLocalSourceRange
().getEnd();
/external/clang/lib/AST/
TypeLoc.cpp
32
return TyLoc.
getLocalSourceRange
(); \
153
if (!Cur.
getLocalSourceRange
().getBegin().isInvalid())
162
return LeftMost.
getLocalSourceRange
().getBegin();
173
return Last.
getLocalSourceRange
().getEnd();
238
SourceRange TypeOfExprTypeLoc::
getLocalSourceRange
() const {
NestedNameSpecifier.cpp
356
return SourceRange(First.
getLocalSourceRange
().getBegin(),
357
getLocalSourceRange
().getEnd());
360
SourceRange NestedNameSpecifierLoc::
getLocalSourceRange
() const {
ExprCXX.cpp
234
Location = Info->getTypeLoc().
getLocalSourceRange
().getBegin();
285
End = TInfo->getTypeLoc().
getLocalSourceRange
().getEnd();
[
all
...]
DeclCXX.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExprCXX.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 66 milliseconds