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

  /external/clang/include/clang/AST/
TemplateBase.h 532 SourceLocation getLAngleLoc() const { return LAngleLoc; }
TypeLoc.h     [all...]
ExprCXX.h     [all...]
DeclObjC.h 675 SourceLocation getLAngleLoc() const {
682 return SourceRange(getLAngleLoc(), getRAngleLoc());
    [all...]
DeclTemplate.h 133 SourceLocation getLAngleLoc() const { return LAngleLoc; }
612 SourceLocation getLAngleLoc() const {
    [all...]
Expr.h     [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 208 return SourceRange(T.getLAngleLoc(), T.getRAngleLoc());
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplate.cpp 770 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 147 Writer.AddSourceLocation(typeParams->getLAngleLoc(), Record);
570 Writer.AddSourceLocation(DFTSInfo->getLAngleLoc(), Record);
    [all...]
ASTWriter.cpp 616 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
644 Writer.AddSourceLocation(TL.getLAngleLoc(), Record);
    [all...]
ASTWriterStmt.cpp 567 Writer.AddSourceLocation(E->getLAngleLoc(), Record);
    [all...]

Completed in 638 milliseconds