HomeSort by: relevance | last modified time | path
    Searched refs:setMethod (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ObjCMethodList.h 53 void setMethod(ObjCMethodDecl *M) {
Sema.h 1344 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 860 ObjCMethodDecl *setMethod, SourceLocation RB)
862 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 3104 Result->setMethod(DD);
3204 Result->setMethod(nullptr);
3252 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
3257 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
3262 Result->setMethod(nullptr);
3267 Result->setMethod(nullptr);
SemaDeclObjC.cpp 3314 List->setMethod(Method);
3378 List->setMethod(Method);
3384 List->setMethod(Method);
3398 ListWithSameDeclaration->setMethod(Method);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 4033 List->setMethod(List->getNext()->getMethod());
4035 List->setMethod(Method);

Completed in 51 milliseconds