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

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 45 ClassMethod,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1400 IdentifierLoc *ClassMethod = nullptr;
1402 ClassMethod = ParseIdentifierLoc();
1441 ClassMethod,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 4231 ObjCMethodDecl *&ClassMethod,
4274 ClassMethod = RelatedClass->lookupMethod(Sel, false);
4275 if (!ClassMethod) {
4313 ObjCMethodDecl *ClassMethod = nullptr;
4317 ClassMethod, InstanceMethod, TDNDecl,
4323 if (ClassMethod) {
4328 ExpressionString += ClassMethod->getSelector().getAsString();
4331 // Provide a fixit: [RelatedClass ClassMethod SrcExpr]
4333 << SrcType << DestType << ClassMethod->getSelector() << false
4344 ClassMethod->getLocation()
    [all...]
SemaDeclAttr.cpp 5560 IdentifierInfo *ClassMethod =
5565 S.Context, AL, RelatedClass, ClassMethod, InstanceMethod));

Completed in 52 milliseconds