HomeSort by: relevance | last modified time | path
    Searched defs:getBase (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Record.cpp 36 const Record::Base *Record::getBase(const RecordDecl *FD) const {
Record.h 59 const Base *getBase(const RecordDecl *FD) const;
77 Base *getBase(unsigned I) { return &Bases[I]; }
Pointer.h 151 Pointer getBase() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
BaseSubobject.h 42 /// getBase - Returns the base class declaration.
43 const CXXRecordDecl *getBase() const { return Base; }
73 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
VTTBuilder.h 41 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual),
44 const CXXRecordDecl *getBase() const {
57 return BaseSubobject(getBase(), getBaseOffset());
ExprOpenMP.h 85 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); }
86 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); }
114 return getBase()->getBeginLoc();
128 return getBase()->getExprLoc();
200 return getBase()->getEndLoc();
214 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; }
215 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; }
ExprObjC.h 580 const Expr *getBase() const { return cast<Expr>(Base); }
581 Expr *getBase() { return cast<Expr>(Base); }
593 return isFreeIvar() ? Loc : getBase()->getBeginLoc();
752 const Expr *getBase() const {
755 Expr *getBase() {
779 return isObjectReceiver() ? getBase()->getBeginLoc()
1507 Expr *getBase() const { return cast<Expr>(Base); }
1521 return getBase()->getBeginLoc();
1525 return getBase()->getEndLoc();
ExprCXX.h 1019 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); }
1020 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); }
1026 return getBase()->getBeginLoc();
1035 return getBase()->getExprLoc();
2560 Expr *getBase() const { return cast<Expr>(Base); }
3648 Expr *getBase() const {
3887 Expr *getBase() {
3891 const Expr *getBase() const {
Expr.h 2346 CXXBaseSpecifier *getBase() const {
2597 /// - getBase() and getIdx() always present the normalized view: A[4].
2598 /// In this case getBase() returns "A" and getIdx() returns "4".
2602 /// predicate the format conversion in getBase and getIdx only on the
2613 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); }
2614 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); }
2632 return getBase()->getExprLoc();
2680 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); }
2681 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); }
2697 return getBase()->getBeginLoc()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePostDominators.h 36 PostDomTreeT &getBase() {
SelectionDAGAddressAnalysis.h 48 SDValue getBase() { return Base; }
49 SDValue getBase() const { return Base; }
MachineDominanceFrontier.h 38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; }
MachineLoopInfo.h 106 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; }
MachineDominators.h 87 DomTreeT &getBase() {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h 56 DominatorTreeBase &getBase() { return DT; }
80 if (DT.compare(Other.getBase()))
227 : PostDomTree(cfg), IDFCalc(PostDomTree.getBase()) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 153 const PDBSymbolTypeBaseClass &getBase() const { return *Base; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCollapseMOVEMPass.cpp 70 unsigned getBase() const {
191 .addReg(State.getBase());
195 .addReg(State.getBase())
209 if (State.isStore() == IsStore && State.getBase() == Reg &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 208 const Value *getBase() const { return Base; }
625 auto *BaseInst = dyn_cast<Instruction>(Check.getBase());
630 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) {
635 } else if (match(Check.getBase(),
658 const Value *CurrentBase = Checks.front().getBase();
664 return RC.getBase() == CurrentBase && RC.getLength() == CurrentLength;
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h 166 ASTNode getBase() const {
186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); }
208 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); }
230 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h 1052 const BaseT &getBase() const { return base; }
1085 return DerivedT::dereference_iterator(this->getBase(), this->getIndex());
1099 : base(offset_base(begin.getBase(), begin.getIndex())),
1174 const BaseT &getBase() const { return base; }
1217 const BaseT &getBase() const { return this->base.first; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBase() const { return Base; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 282 const NamedDecl *getBase() const { return Base.getPointer(); }

Completed in 35 milliseconds