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

  /external/clang/include/clang/AST/
TypeLoc.h 783 SourceLocation getLAngleLoc() const {
828 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
ExprCXX.h     [all...]
TemplateBase.h 528 SourceLocation getLAngleLoc() const { return LAngleLoc; }
DeclTemplate.h 125 SourceLocation getLAngleLoc() const { return LAngleLoc; }
517 SourceLocation getLAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp 782 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 400 TemplateArgumentListInfo LI(TSTL.getLAngleLoc(), TSTL.getRAngleLoc());
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 569 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
597 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
611 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
    [all...]
ASTWriterDecl.cpp 397 Writer.AddSourceLocation(DFTSInfo->getLAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 473 Writer.AddSourceLocation(E->getLAngleLoc(), Record);
    [all...]

Completed in 138 milliseconds