Searched defs:getBase (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DBaseSubobject.h41 const CXXRecordDecl *getBase() const { return Base; } function in class:clang::BaseSubobject
H A DVTTBuilder.h40 const CXXRecordDecl *getBase() const { function in class:clang::VTTVTable
H A DExprObjC.h495 const Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
496 Expr *getBase() { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
668 const Expr *getBase() const { function in class:clang::ObjCPropertyRefExpr
671 Expr *getBase() { function in class:clang::ObjCPropertyRefExpr
H A DExpr.h1832 CXXBaseSpecifier *getBase() const { function in class:clang::StringLiteral::OffsetOfExpr::OffsetOfNode
2085 Expr *getBase() { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2089 const Expr *getBase() const { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2375 Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineDominators.h49 DominatorTreeBase<MachineBasicBlock>& getBase() { return *DT; } function in class:llvm::MachineDominatorTree
H A DMachineLoopInfo.h86 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } function in class:llvm::MachineLoopInfo
/freebsd-9.3-release/contrib/llvm/tools/llvm-mc/
H A DDisassembler.cpp39 uint64_t getBase() const { return 0; } function in class:__anon3546::VectorMemoryObject
/freebsd-9.3-release/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp136 uint64_t getBase() const { return BasePC; } function in class:__anon2252::DisasmMemoryObject
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DDominators.h45 llvm::DominatorTreeBase<CFGBlock>& getBase() { return *DT; } function in class:clang::DominatorTree
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h602 LoopInfoBase<BasicBlock, Loop>& getBase() { return LI; } function in class:llvm::LoopInfo
H A DDominators.h754 DominatorTreeBase<BasicBlock>& getBase() { return *DT; } function in class:llvm::DominatorTree
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h264 const unsigned char* getBase() const { return Base; } function in class:clang::OnDiskChainedHashTable
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h186 const NamedDecl *getBase() const { return Base.getPointer(); } function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy

Completed in 210 milliseconds