HomeSort by relevance Sort by last modified time
    Searched refs:clang_isDeclaration (Results 1 - 8 of 8) sorted by null

  /external/clang/tools/libclang/
CIndexHigh.cpp 136 if (!clang_isDeclaration(declCursor.kind))
198 assert(clang_isDeclaration(declCursor.kind));
283 if (!clang_isDeclaration(refCursor.kind)) {
CIndexCXX.cpp 87 if (!clang_isDeclaration(C.kind))
CXType.cpp 123 if (clang_isDeclaration(C.kind)) {
356 if (clang_isDeclaration(C.kind)) {
CIndex.cpp 228 if (clang_isDeclaration(Parent.kind))
234 if (clang_isDeclaration(Parent.kind))
371 if (clang_isDeclaration(Cursor.kind)) {
466 if (clang_isDeclaration(Cursor.kind)) {
    [all...]
CXCursor.cpp 801 if (!clang_isDeclaration(cursor.kind))
916 assert(clang_isDeclaration(C.kind));
1002 if (clang_isDeclaration(kind)) {
    [all...]
CIndexUSRs.cpp 834 if (clang_isDeclaration(K)) {
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 28 milliseconds