|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/DeclObjC.h 231 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
References
tools/clang/lib/AST/ASTImporter.cpp 217 -> decltype(ToDeclT::Create(std::forward<Args>(args)...)) {
218 return ToDeclT::Create(std::forward<Args>(args)...);
tools/clang/lib/CodeGen/CodeGenModule.cpp 5156 ObjCMethodDecl::Create(getContext(), D->getLocation(), D->getLocation(),
5175 ObjCMethodDecl *CTORMethod = ObjCMethodDecl::Create(getContext(),
tools/clang/lib/Sema/SemaDeclObjC.cpp 4574 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create(
tools/clang/lib/Sema/SemaExprObjC.cpp 287 ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
561 ObjCMethodDecl *M = ObjCMethodDecl::Create(
673 ObjCMethodDecl *M = ObjCMethodDecl::Create(
814 Method = ObjCMethodDecl::Create(
919 Method = ObjCMethodDecl::Create(Context,
tools/clang/lib/Sema/SemaObjCProperty.cpp 2399 GetterMethod = ObjCMethodDecl::Create(Context, Loc, Loc,
2445 ObjCMethodDecl::Create(Context, Loc, Loc,
tools/clang/lib/Sema/SemaPseudoObject.cpp 1193 AtIndexGetter = ObjCMethodDecl::Create(S.Context, SourceLocation(),
1301 AtIndexSetter = ObjCMethodDecl::Create(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp 377 clang::ObjCMethodDecl *ret = clang::ObjCMethodDecl::Create(
tools/lldb/source/Symbol/ClangASTContext.cpp 8499 clang::ObjCMethodDecl *getter = clang::ObjCMethodDecl::Create(
8531 clang::ObjCMethodDecl *setter = clang::ObjCMethodDecl::Create(
8648 clang::ObjCMethodDecl *objc_method_decl = clang::ObjCMethodDecl::Create(