OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXTU
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
IndexingContext.cpp
34
MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.
CXTU
),
71
CXCursor C = MakeCXCursor(A, D, IdxCtx.
CXTU
);
107
MakeCursorObjCClassRef(InterD, InterfaceLocStart, IdxCtx.
CXTU
);
144
MakeCursorCXXBaseSpecifier(&Base, IdxCtx.
CXTU
),
198
cxtu
::getASTUnit(
CXTU
)->setASTContext(&ctx);
202
cxtu
::getASTUnit(
CXTU
)->setPreprocessor(&PP);
439
CXTU
),
452
BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc,
CXTU
);
[
all
...]
Indexing.cpp
37
using namespace
cxtu
;
403
CXTranslationUnit
CXTU
;
412
CXTranslationUnit
cxTU
,
414
: IndexCtx(clientData, indexCallbacks, indexOptions,
cxTU
),
415
CXTU
(
cxTU
), SKData(skData) { }
442
indexDiagnostics(
CXTU
, IndexCtx);
602
std::unique_ptr<CXTUOwner>
CXTU
(
607
CXTUCleanup(
CXTU
.get());
618
index_options,
CXTU
->getTU()
[
all
...]
IndexingContext.h
278
CXTranslationUnit
CXTU
;
335
unsigned indexOptions, CXTranslationUnit
cxTU
)
337
IndexOptions(indexOptions),
CXTU
(
cxTU
),
493
return cxcursor::MakeCXCursor(D,
CXTU
);
Completed in 31 milliseconds