Home
last modified time | relevance | path

Searched defs:getBase (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DBaseSubobject.h41 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
H A DVTTBuilder.h40 const CXXRecordDecl *getBase() const { in getBase() function
H A DExpr.h1863 CXXBaseSpecifier *getBase() const { in getBase() function
2116 Expr *getBase() { in getBase() function
2120 const Expr *getBase() const { in getBase() function
2413 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
4493 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
4494 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
H A DExprCXX.h1971 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
3025 Expr *getBase() const { in getBase() function
3255 Expr *getBase() { in getBase() function
3259 const Expr *getBase() const { in getBase() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h87 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } in getBase() function
H A DMachineDominanceFrontier.h36 DominanceFrontierBase<MachineBasicBlock> &getBase() { in getBase() function
H A DMachineDominators.h147 DominatorTreeBase<MachineBasicBlock> &getBase() { in getBase() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h51 llvm::DominatorTreeBase<CFGBlock>& getBase() { return *DT; } in getBase() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h150 ForwardDominanceFrontierBase<BasicBlock> &getBase() { return Base; } in getBase() function
H A DLoopInfo.h642 LoopInfoBase<BasicBlock, Loop>& getBase() { return LI; } in getBase() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h263 const unsigned char *getBase() const { return Base; } in getBase() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h202 const NamedDecl *getBase() const { return Base.getPointer(); } in getBase() function