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

  /external/clang/tools/libclang/
CXType.cpp 124 if (clang_isDeclaration(C.kind)) {
188 if (clang_isDeclaration(C.kind)) {
206 if (clang_isDeclaration(C.kind)) {
223 if (clang_isDeclaration(C.kind)) {
239 if (clang_isDeclaration(C.kind)) {
502 if (clang_isDeclaration(C.kind)) {
CIndexCXX.cpp 86 if (!clang_isDeclaration(C.kind))
CursorVisitor.h 123 if (clang_isDeclaration(Parent.kind))
129 if (clang_isDeclaration(Parent.kind))
CIndexHigh.cpp 148 if (!clang_isDeclaration(declCursor.kind))
214 assert(clang_isDeclaration(declCursor.kind));
394 if (!clang_isDeclaration(refCursor.kind)) {
CXCursor.cpp 869 assert(clang_isDeclaration(cursor.kind));
    [all...]
CIndex.cpp 155 if (clang_isDeclaration(Cursor.kind)) {
448 if (clang_isDeclaration(Cursor.kind)) {
    [all...]
CIndexUSRs.cpp 842 if (clang_isDeclaration(K)) {
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 845 milliseconds