HomeSort by relevance Sort by last modified time
    Searched defs:nameLoc (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/bookmaker/
fiddleParser.cpp 18 const char* nameLoc = fChar;
22 string name(nameLoc, fChar - nameLoc);
  /external/skqp/tools/bookmaker/
fiddleParser.cpp 44 const char* nameLoc = fChar;
48 string name(nameLoc, fChar - nameLoc);
  /external/clang/lib/Parse/
ParseObjc.cpp 240 SourceLocation nameLoc = ConsumeToken();
262 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
283 Diag(nameLoc, diag::err_objc_no_attributes_on_category);
299 nameId, nameLoc,
327 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
373 Actions.ActOnStartClassInterface(getCurScope(), AtLoc, nameId, nameLoc,
    [all...]

Completed in 1356 milliseconds