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

  /external/clang/include/clang/AST/
TypeLoc.h 830 SourceLocation getRAngleLoc() const {
868 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 531 SourceLocation getRAngleLoc() const { return RAngleLoc; }
DeclTemplate.h 128 SourceLocation getRAngleLoc() const { return RAngleLoc; }
524 SourceLocation getRAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 164 return SourceRange(T.getLAngleLoc(), T.getRAngleLoc());
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplate.cpp 42 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
772 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
Expr.cpp 447 return getRAngleLoc();
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 597 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
625 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
639 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 437 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 537 Writer.AddSourceLocation(E->getRAngleLoc(), Record);
    [all...]

Completed in 755 milliseconds