Home
last modified time | relevance | path

Searched refs:clang_isDeclaration (Results 1 – 12 of 12) sorted by relevance

/external/clang/tools/libclang/
DCXType.cpp153 if (clang_isDeclaration(C.kind)) { in clang_getCursorType()
240 if (clang_isDeclaration(C.kind)) { in clang_getTypedefDeclUnderlyingType()
258 if (clang_isDeclaration(C.kind)) { in clang_getEnumDeclIntegerType()
275 if (clang_isDeclaration(C.kind)) { in clang_getEnumConstantDeclValue()
291 if (clang_isDeclaration(C.kind)) { in clang_getEnumConstantDeclUnsignedValue()
307 if (clang_isDeclaration(C.kind)) { in clang_getFieldDeclBitWidth()
583 if (clang_isDeclaration(C.kind)) { in clang_getCursorResultType()
836 if (clang_isDeclaration(C.kind)) { in clang_Cursor_getOffsetOfField()
873 if (!clang_isDeclaration(C.kind)) in clang_Cursor_isBitField()
882 if (!clang_isDeclaration(C.kind)) in clang_getDeclObjCTypeEncoding()
[all …]
DCIndexCXX.cpp36 if (C.kind == CXCursor_CXXAccessSpecifier || clang_isDeclaration(C.kind)) in clang_getCXXAccessSpecifier()
86 if (!clang_isDeclaration(C.kind)) in clang_getSpecializedCursorTemplate()
DCursorVisitor.h132 if (clang_isDeclaration(Parent.kind)) in SetParentRAII()
138 if (clang_isDeclaration(Parent.kind)) in ~SetParentRAII()
DCIndexHigh.cpp151 if (!clang_isDeclaration(declCursor.kind)) in findFileIdRefVisit()
218 assert(clang_isDeclaration(declCursor.kind)); in findIdRefsInFile()
467 if (!clang_isDeclaration(refCursor.kind)) { in clang_findReferencesInFile()
DCIndex.cpp189 if (clang_isDeclaration(Cursor.kind)) { in Visit()
494 if (clang_isDeclaration(Cursor.kind)) { in VisitChildren()
3685 if (clang_isDeclaration(C.kind)) in clang_getCursorSpelling()
3800 if (clang_isInvalid(C.kind) || !clang_isDeclaration(C.kind)) in clang_Cursor_getMangling()
3831 if (!clang_isDeclaration(C.kind)) in clang_getCursorDisplayName()
4306 if (clang_isDeclaration(cursor.kind)) { in GetCursorVisitor()
4360 clang_isDeclaration(BestCursor->kind)) { in GetCursorVisitor()
4463 if (clang_isDeclaration(X.kind)) in clang_equalCursors()
4465 if (clang_isDeclaration(Y.kind)) in clang_equalCursors()
4484 unsigned clang_isDeclaration(enum CXCursorKind K) { in clang_isDeclaration() function
[all …]
DCXCursor.cpp909 assert(clang_isDeclaration(cursor.kind)); in getOverriddenCursors()
1014 assert(clang_isDeclaration(C.kind)); in isFirstInDeclGroup()
1033 if (clang_isDeclaration(C.kind)) { in clang_Cursor_getNumArguments()
1052 if (clang_isDeclaration(C.kind)) { in clang_Cursor_getArgument()
1281 if (clang_isDeclaration(kind)) { in clang_getCursorCompletionString()
1349 if (!clang_isDeclaration(cursor.kind)) in clang_getOverriddenCursors()
DCIndexUSRs.cpp44 if (clang_isDeclaration(K)) { in clang_getCursorUSR()
Dlibclang.exports264 clang_isDeclaration
DCXComment.cpp35 if (!clang_isDeclaration(C.kind)) in clang_Cursor_getParsedComment()
/external/clang/include/clang-c/
DIndex.h2353 CINDEX_LINKAGE unsigned clang_isDeclaration(enum CXCursorKind);
/external/clang/bindings/python/clang/
Dcindex.py561 return conf.lib.clang_isDeclaration(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1075 if (clang_isDeclaration(Cursor.kind)) { in FilteredPrintingVisitor()