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 773 SourceLocation getRAngleLoc() const {
811 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 533 SourceLocation getRAngleLoc() const { return RAngleLoc; }
DeclTemplate.h 107 SourceLocation getRAngleLoc() const { return RAngleLoc; }
477 SourceLocation getRAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 40 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
779 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 560 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
588 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
602 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 392 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 467 Writer.AddSourceLocation(E->getRAngleLoc(), Record);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 368 R.setEnd(getRAngleLoc());
378 return getRAngleLoc();
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 85 milliseconds