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

  /external/clang/include/clang/AST/
TypeLoc.h 768 SourceLocation getRAngleLoc() const {
806 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 533 SourceLocation getRAngleLoc() const { return RAngleLoc; }
DeclTemplate.h 105 SourceLocation getRAngleLoc() const { return RAngleLoc; }
473 SourceLocation getRAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplate.cpp 38 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
746 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 557 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
584 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
598 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 358 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 457 Writer.AddSourceLocation(E->getRAngleLoc(), Record);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 342 R.setEnd(getRAngleLoc());
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 4239 milliseconds