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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 233 IdentifierInfo *nameId = Tok.getIdentifierInfo();
257 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
287 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc,
312 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
357 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId,
2122 IdentifierInfo *nameId = Tok.getIdentifierInfo();
2151 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc);
2181 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs);
2195 AtLoc, nameId, nameLoc, superClassId, superClassLoc, Attrs);

Completed in 47 milliseconds