Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCXX.cpp34 spec = getCursorDecl(C)->getAccess(); in clang_getCXXAccessSpecifier()
57 = dyn_cast_or_null<TemplateDecl>(getCursorDecl(C))) in clang_getTemplateCursorKind()
64 getCursorDecl(C))) { in clang_getTemplateCursorKind()
86 const Decl *D = getCursorDecl(C); in clang_getSpecializedCursorTemplate()
H A DCXType.cpp236 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()
317 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()
335 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()
352 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()
368 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()
384 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()
735 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()
1118 const Decl *D = cxcursor::getCursorDecl(C); in clang_getDeclObjCTypeEncoding()
1273 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_isAnonymous()
1287 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_isAnonymousRecordDecl()
[all …]
H A DCIndex.cpp4030 const Decl *D = getCursorDecl(C); in clang_Cursor_isFunctionInlined()
4318 const Decl *D = getCursorDecl(C); in clang_Cursor_hasAttrs()
5079 const Decl *D = getCursorDecl(C); in clang_Cursor_getMangling()
5092 const Decl *D = getCursorDecl(C); in clang_Cursor_getCXXManglings()
5106 const Decl *D = getCursorDecl(C); in clang_Cursor_getObjCManglings()
5309 const Decl *D = getCursorDecl(C); in clang_getCursorDisplayName()
6312 const Decl *D = getCursorDecl(C); in clang_getCursorLocation()
6642 const Decl *D = getCursorDecl(C); in clang_getCursorDefinition()
8431 const Decl *D = getCursorDecl(C); in clang_Cursor_getStorageClass()
8564 const Decl *D = getCursorDecl(C); in clang_Cursor_getObjCDeclQualifiers()
[all …]
H A DCXCursor.cpp1140 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor
1179 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()
1205 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()
1226 cast<ObjCMethodDecl>(getCursorDecl(cursor))->getNumSelectorLocs()) in getSelectorIdentifierCursor()
1302 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()
1324 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()
1340 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()
1346 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()
1361 llvm::dyn_cast_or_null<clang::FunctionDecl>(getCursorDecl(C)); in clang_Cursor_getNumTemplateArguments()
1399 llvm::dyn_cast_or_null<clang::FunctionDecl>(getCursorDecl(C)); in clang_Cursor_getTemplateArgument()
[all …]
H A DCursorVisitor.h145 StmtParent = getCursorDecl(Parent); in SetParentRAII()
151 StmtParent = getCursorDecl(Parent); in ~SetParentRAII()
H A DCIndexHigh.cpp40 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods); in getTopOverriddenMethods()
151 const Decl *D = cxcursor::getCursorDecl(declCursor); in findFileIdRefVisit()
219 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); in findIdRefsInFile()
H A DCIndexUSRs.cpp42 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorUSR()
H A DCXCursor.h237 const Decl *getCursorDecl(CXCursor Cursor);
H A DCXComment.cpp34 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()