HomeSort by: relevance | last modified time | path
    Searched refs:CXError_InvalidArguments (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
CXErrorCode.h 51 CXError_InvalidArguments = 3,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
BuildSystem.cpp 42 return CXError_InvalidArguments;
44 return CXError_InvalidArguments;
46 return CXError_InvalidArguments;
53 return CXError_InvalidArguments;
64 return CXError_InvalidArguments;
74 return CXError_InvalidArguments;
109 return CXError_InvalidArguments;
119 return CXError_InvalidArguments;
130 return CXError_InvalidArguments;
Indexing.cpp 454 return CXError_InvalidArguments;
457 return CXError_InvalidArguments;
557 return CXError_InvalidArguments;
670 return CXError_InvalidArguments;
673 return CXError_InvalidArguments;
896 return CXError_InvalidArguments;
CIndex.cpp 3507 return CXError_InvalidArguments;
3553 return CXError_InvalidArguments;
3747 return CXError_InvalidArguments;
4238 return CXError_InvalidArguments;
4280 return CXError_InvalidArguments;
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 178 case CXError_InvalidArguments:

Completed in 79 milliseconds