Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp238 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()
319 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()
337 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()
354 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()
370 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()
386 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()
745 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()
1011 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in validateFieldParentType()
1046 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()
1087 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getOffsetOfField()
[all …]
H A DCIndex.cpp200 const Decl *D = getCursorDecl(Cursor); in Visit()
505 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()
4060 const Decl *D = getCursorDecl(C); in clang_Cursor_isFunctionInlined()
4338 E = evaluateDeclExpr(getCursorDecl(C)); in clang_Cursor_Evaluate()
4348 const Decl *D = getCursorDecl(C); in clang_Cursor_hasAttrs()
4978 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()
5040 dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()
5052 dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
5055 dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
5063 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()
[all …]
H A DCXCursor.cpp1147 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor
1186 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()
1212 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()
1233 cast<ObjCMethodDecl>(getCursorDecl(cursor))->getNumSelectorLocs()) in getSelectorIdentifierCursor()
1309 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()
1331 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()
1347 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()
1353 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()
1371 llvm::dyn_cast_if_present<clang::FunctionDecl>(getCursorDecl(C))) { in clang_Cursor_getNumTemplateArguments()
1382 getCursorDecl(C))) { in clang_Cursor_getNumTemplateArguments()
[all …]
H A DCursorVisitor.h146 StmtParent = getCursorDecl(Parent); in SetParentRAII()
152 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 DCXExtractAPI.cpp112 const Decl *D = cxcursor::getCursorDecl(cursor); in clang_getSymbolGraphForCursor()
H A DCXCursor.h237 const Decl *getCursorDecl(CXCursor Cursor);
H A DCXComment.cpp34 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()