HomeSort by: relevance | last modified time | path
    Searched defs:lAngleLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 237 // case, LAngleLoc will be valid and ProtocolIdents will capture the
239 SourceLocation LAngleLoc, EndProtoLoc;
245 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
277 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols");
282 LAngleLoc, EndProtoLoc,
324 nullptr, typeArgsLAngleLoc, typeArgs, typeArgsRAngleLoc, LAngleLoc,
334 if (LAngleLoc.isValid()) {
347 LAngleLoc, EndProtoLoc,
414 /// \param lAngleLoc The location of the starting '<'.
422 ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 935 SourceLocation LAngleLoc, RAngleLoc;
943 LAngleLoc = readSourceLocation();
952 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc);
1110 SourceLocation lAngleLoc = readSourceLocation();
1113 return ObjCTypeParamList::create(Reader.getContext(), lAngleLoc,

Completed in 42 milliseconds