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 820 SourceLocation getLAngleLoc() const {
865 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 517 SourceLocation getLAngleLoc() const { return LAngleLoc; }
DeclTemplate.h 127 SourceLocation getLAngleLoc() const { return LAngleLoc; }
519 SourceLocation getLAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp 785 << 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 580 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
608 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
622 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 407 Writer.AddSourceLocation(DFTSInfo->getLAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 540 Writer.AddSourceLocation(E->getLAngleLoc(), Record);
    [all...]

Completed in 350 milliseconds