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

  /external/clang/unittests/AST/
SourceLocationTest.cpp 164 return SourceRange(T.getLAngleLoc(), T.getRAngleLoc());
  /external/clang/include/clang/AST/
TypeLoc.h 823 SourceLocation getLAngleLoc() const {
868 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 530 SourceLocation getLAngleLoc() const { return LAngleLoc; }
DeclTemplate.h 127 SourceLocation getLAngleLoc() const { return LAngleLoc; }
520 SourceLocation getLAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp 772 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 596 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
624 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
638 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 436 Writer.AddSourceLocation(DFTSInfo->getLAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 536 Writer.AddSourceLocation(E->getLAngleLoc(), Record);
    [all...]

Completed in 858 milliseconds