Home
last modified time | relevance | path

Searched refs:getCursorDecl (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DCIndexCXX.cpp37 spec = getCursorDecl(C)->getAccess(); in clang_getCXXAccessSpecifier()
60 = dyn_cast_or_null<TemplateDecl>(getCursorDecl(C))) in clang_getTemplateCursorKind()
67 getCursorDecl(C))) { in clang_getTemplateCursorKind()
89 const Decl *D = getCursorDecl(C); in clang_getSpecializedCursorTemplate()
DCXType.cpp144 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()
223 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()
241 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()
258 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()
274 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()
290 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()
555 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()
656 const Decl *D = cxcursor::getCursorDecl(C); in clang_getDeclObjCTypeEncoding()
DCIndex.cpp167 const Decl *D = getCursorDecl(Cursor); in Visit()
470 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()
3262 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()
3308 MD = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()
3320 CD = dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
3323 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
3331 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()
3363 const Decl *D = getCursorDecl(C); in clang_getCursorDisplayName()
3772 = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(cursor))) { in GetCursorVisitor()
3777 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(cursor))) { in GetCursorVisitor()
[all …]
DCursorVisitor.h133 StmtParent = getCursorDecl(Parent); in SetParentRAII()
139 StmtParent = getCursorDecl(Parent); in ~SetParentRAII()
DCXCursor.cpp768 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor
811 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()
836 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()
856 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()
935 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()
947 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()
1031 const Decl *decl = getCursorDecl(cursor); in clang_getCursorCompletionString()
DCIndexHigh.cpp41 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods); in getTopOverriddenMethods()
154 const Decl *D = cxcursor::getCursorDecl(declCursor); in findFileIdRefVisit()
222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); in findIdRefsInFile()
DCXCursor.h244 const Decl *getCursorDecl(CXCursor Cursor);
DCIndexUSRs.cpp827 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorUSR()