OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXErrorCode
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang-c/
CXErrorCode.h
1
/*===-- clang-c/
CXErrorCode
.h - C Index Error Codes --------------*- C -*-===*\
10
|* This header provides the
CXErrorCode
enumerators. *|
29
enum
CXErrorCode
{
BuildSystem.h
18
#include "clang-c/
CXErrorCode
.h"
56
CINDEX_LINKAGE enum
CXErrorCode
67
CINDEX_LINKAGE enum
CXErrorCode
80
CINDEX_LINKAGE enum
CXErrorCode
108
CINDEX_LINKAGE enum
CXErrorCode
116
CINDEX_LINKAGE enum
CXErrorCode
129
CINDEX_LINKAGE enum
CXErrorCode
Index.h
22
#include "clang-c/
CXErrorCode
.h"
[
all
...]
/external/clang/tools/libclang/
BuildSystem.cpp
37
enum
CXErrorCode
60
enum
CXErrorCode
69
enum
CXErrorCode
101
enum
CXErrorCode
111
enum
CXErrorCode
121
enum
CXErrorCode
Indexing.cpp
478
CXErrorCode
&result;
982
CXErrorCode
result = CXError_Failure;
[
all
...]
CIndex.cpp
[
all
...]
/external/clang/unittests/libclang/
LibclangTest.cpp
50
CXErrorCode
Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath);
54
void mapError(const char *VPath, const char *RPath,
CXErrorCode
ExpErr) {
55
CXErrorCode
Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath);
/external/clang/tools/c-index-test/
c-index-test.c
86
static void describeLibclangFailure(enum
CXErrorCode
Err) {
118
enum
CXErrorCode
Err = clang_createTranslationUnit2(Idx, file, TU);
[
all
...]
Completed in 179 milliseconds