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

  /external/clang/include/clang/AST/
TypeLoc.h 790 SourceLocation getRAngleLoc() const {
828 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 529 SourceLocation getRAngleLoc() const { return RAngleLoc; }
DeclTemplate.h 126 SourceLocation getRAngleLoc() const { return RAngleLoc; }
521 SourceLocation getRAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplate.cpp 40 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
782 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 400 TemplateArgumentListInfo LI(TSTL.getLAngleLoc(), TSTL.getRAngleLoc());
    [all...]
Expr.cpp 456 return getRAngleLoc();
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 570 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
598 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
612 Writer.AddSourceLocation(TL.getRAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 398 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 474 Writer.AddSourceLocation(E->getRAngleLoc(), Record);
    [all...]

Completed in 434 milliseconds