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

  /external/clang/tools/libclang/
CXTranslationUnit.h 30 clang::CIndexer *CIdx;
41 CXTranslationUnitImpl *MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU);
Indexing.cpp 459 CXIndex CIdx;
462 explicit IndexSessionData(CXIndex cIdx)
463 : CIdx(cIdx), SkipBodyData(new SessionSkipBodyData) {}
517 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx);
765 CIndexer *CXXIdx = TU->CIdx;
952 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
953 return new IndexSessionData(CIdx);
    [all...]
CIndex.cpp 69 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU) {
72 assert(CIdx);
74 D->CIdx = CIdx;
    [all...]
CIndexCodeCompletion.cpp 685 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 694 unsigned CIdx = 0, CEnd = ClassInstrs.size();
695 for (; CIdx != CEnd; ++CIdx) {
696 if (ClassInstrs[CIdx].first == SCIdx)
699 if (CIdx == CEnd) {
701 ClassInstrs[CIdx].first = SCIdx;
703 ClassInstrs[CIdx].second.push_back(*I);
707 unsigned CIdx = 0, CEnd = ClassInstrs.size();
708 for (; CIdx != CEnd; ++CIdx) {
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 363 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
364 if (CIdx->isZero()) continue;
365 BaseOffs += DL->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 765 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx)) {
766 uint64_t Index = CIdx->getZExtValue();
778 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx);
779 if (!CIdx) return nullptr;
780 const APInt &IdxVal = CIdx->getValue();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 858 if (ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(Idx)) {
859 unsigned IdxVal = CIdx->getZExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 340 milliseconds