File tree Expand file tree Collapse file tree 2 files changed +170
-183
lines changed Expand file tree Collapse file tree 2 files changed +170
-183
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ CXQualType clang_qualtype_getCanonicalType(CXQualType type);
325325 * Used to either get the built-in type of the provided string, or
326326 * use the name to lookup the actual type.
327327 */
328- CXQualType clang_qualtype_getType (const char * name );
328+ CXQualType clang_qualtype_getType (CXInterpreter I , const char * name );
329329
330330/**
331331 * Returns the complex of the provided type.
@@ -684,11 +684,6 @@ bool clang_scope_isProtectedMethod(CXScope method);
684684 */
685685bool clang_scope_isPrivateMethod (CXScope method );
686686
687- /**
688- * Checks if the provided parameter is a 'Private' method.
689- */
690- bool clang_scope_isPrivateMethod (CXScope method );
691-
692687/**
693688 * Checks if the provided parameter is a Constructor.
694689 */
You can’t perform that action at this time.
0 commit comments