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

  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
TemplateBase.h 533 SourceLocation getRAngleLoc() const { return RAngleLoc; }
ExprCXX.h     [all...]
DeclObjC.h 678 SourceLocation getRAngleLoc() const {
682 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
DeclTemplate.h 134 SourceLocation getRAngleLoc() const { return RAngleLoc; }
616 SourceLocation getRAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 208 return SourceRange(T.getLAngleLoc(), T.getRAngleLoc());
  /external/clang/lib/Sema/
SemaTemplate.cpp 43 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
770 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
Expr.cpp 445 return getRAngleLoc();
    [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 148 Writer.AddSourceLocation(typeParams->getRAngleLoc(), Record);
571 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record);
    [all...]
ASTWriter.cpp 617 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
645 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 568 Writer.AddSourceLocation(E->getRAngleLoc(), Record);
    [all...]

Completed in 438 milliseconds