HomeSort by relevance Sort by last modified time
    Searched refs:getLocalSourceRange (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
TypeLoc.h 104 SourceRange getLocalSourceRange() const {
205 SourceRange getLocalSourceRange() const {
412 SourceRange getLocalSourceRange() const {
464 SourceRange getLocalSourceRange() const {
712 SourceRange getLocalSourceRange() const {
810 SourceRange getLocalSourceRange() const {
854 SourceRange getLocalSourceRange() const {
885 SourceRange getLocalSourceRange() const {
924 SourceRange getLocalSourceRange() const {
994 SourceRange getLocalSourceRange() const
    [all...]
NestedNameSpecifier.h 260 SourceRange getLocalSourceRange() const;
277 return getLocalSourceRange().getBegin();
283 return getLocalSourceRange().getEnd();
  /external/clang/lib/AST/
TypeLoc.cpp 30 return TyLoc.getLocalSourceRange(); \
116 return Cur.getLocalSourceRange().getBegin();
127 return Last.getLocalSourceRange().getEnd();
187 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const {
NestedNameSpecifier.cpp 353 return SourceRange(First.getLocalSourceRange().getBegin(),
354 getLocalSourceRange().getEnd());
357 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const {
ExprCXX.cpp 149 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
198 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 165 milliseconds