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

  /external/clang/lib/Parse/
ParseObjc.cpp 238 // case, LAngleLoc will be valid and ProtocolIdents will capture the
240 SourceLocation LAngleLoc, EndProtoLoc;
246 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
283 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols");
288 LAngleLoc, EndProtoLoc,
341 LAngleLoc,
351 if (LAngleLoc.isValid()) {
364 LAngleLoc, EndProtoLoc,
439 /// \param lAngleLoc The location of the starting '<'.
447 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 695 SourceLocation lAngleLoc,
726 return ObjCTypeParamList::create(Context, lAngleLoc, typeParams, rAngleLoc);
    [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 633 ObjCTypeParamList(SourceLocation lAngleLoc,
640 SourceLocation lAngleLoc,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 757 SourceLocation LAngleLoc, RAngleLoc;
766 LAngleLoc = ReadSourceLocation(Record, Idx);
775 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc);
    [all...]

Completed in 158 milliseconds