Home
last modified time | relevance | path

Searched refs:getCursorDecl (Results 1 – 9 of 9) 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.cpp162 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()
243 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()
261 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()
278 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()
294 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()
310 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()
598 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()
796 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in validateFieldParentType()
831 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()
858 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getOffsetOfField()
[all …]
DCIndex.cpp188 const Decl *D = getCursorDecl(Cursor); in Visit()
493 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()
3436 const Decl *D = getCursorDecl(C); in clang_Cursor_isFunctionInlined()
3656 const Decl *D = getCursorDecl(C); in clang_Cursor_Evaluate()
3686 const Decl *D = getCursorDecl(C); in clang_Cursor_hasAttrs()
4246 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()
4309 MD = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()
4321 CD = dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
4324 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
4332 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()
[all …]
DCXCursor.cpp931 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor
974 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()
999 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()
1019 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()
1098 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()
1117 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()
1134 getCursorDecl(C), in clang_Cursor_getArgument()
1149 getCursorDecl(C)); in clang_Cursor_getNumTemplateArguments()
1187 getCursorDecl(C)); in clang_Cursor_getTemplateArgument()
1346 const Decl *decl = getCursorDecl(cursor); in clang_getCursorCompletionString()
DCursorVisitor.h133 StmtParent = getCursorDecl(Parent); in SetParentRAII()
139 StmtParent = getCursorDecl(Parent); in ~SetParentRAII()
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()
DCIndexUSRs.cpp45 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorUSR()
DCXCursor.h241 const Decl *getCursorDecl(CXCursor Cursor);
DCXComment.cpp38 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()