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

  /external/clang/tools/libclang/
CXTranslationUnit.h 30 clang::CIndexer *CIdx;
41 CXTranslationUnitImpl *MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU);
Indexing.cpp 458 CXIndex CIdx;
461 explicit IndexSessionData(CXIndex cIdx)
462 : CIdx(cIdx), SkipBodyData(new SessionSkipBodyData) {}
516 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx);
759 CIndexer *CXXIdx = TU->CIdx;
946 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
947 return new IndexSessionData(CIdx);
    [all...]
CIndex.cpp 73 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU) {
76 assert(CIdx);
78 D->CIdx = CIdx;
    [all...]
CIndexCodeCompletion.cpp 686 CIndexer *CXXIdx = TU->CIdx;
    [all...]
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 198 int CIdx = (PS1 == BB) ? 0 : 1;
201 Idx = CIdx;
202 else if (CIdx != Idx)
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 689 unsigned CIdx = 0, CEnd = ClassInstrs.size();
690 for (; CIdx != CEnd; ++CIdx) {
691 if (ClassInstrs[CIdx].first == SCIdx)
694 if (CIdx == CEnd) {
696 ClassInstrs[CIdx].first = SCIdx;
698 ClassInstrs[CIdx].second.push_back(*I);
702 unsigned CIdx = 0, CEnd = ClassInstrs.size();
703 for (; CIdx != CEnd; ++CIdx) {
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 361 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
362 if (CIdx->isZero()) continue;
363 BaseOffs += DL.getTypeAllocSize(*GTI) * CIdx->getSExtValue();
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 791 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx)) {
792 uint64_t Index = CIdx->getZExtValue();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]

Completed in 928 milliseconds