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

  /external/clang/include/clang/AST/
TypeLoc.h 766 SourceLocation getLAngleLoc() const {
811 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 532 SourceLocation getLAngleLoc() const { return LAngleLoc; }
DeclTemplate.h 106 SourceLocation getLAngleLoc() const { return LAngleLoc; }
473 SourceLocation getLAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp 779 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 559 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
587 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
601 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 391 Writer.AddSourceLocation(DFTSInfo->getLAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 466 Writer.AddSourceLocation(E->getLAngleLoc(), Record);
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 1176 milliseconds