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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 33 const char *SelectorName;
112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1087 StringRef SelectorName =
1089 if (!SelectorName.equals("score"))
1093 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 8361 std::string SelectorName = (Twine("is") + UpperKey).str();
8362 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8380 std::string SelectorName = (Twine("set") + UpperKey).str();
8381 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8431 std::string SelectorName = (Twine("countOf") + UpperKey).str();
8432 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8453 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str();
8454 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName);
8462 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":"));
8480 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str()
    [all...]

Completed in 22 milliseconds