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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp36 const Record::Base *Record::getBase(const RecordDecl *FD) const { function in class:Record
H A DRecord.h77 Base *getBase(unsigned I) { return &Bases[I]; } function in class:clang::interp::Record
H A DPointer.h151 Pointer getBase() const { function in class:clang::interp::Pointer
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h48 SDValue getBase() { return Base; } function in class:llvm::BaseIndexOffset
49 SDValue getBase() const { return Base; } function in class:llvm::BaseIndexOffset
H A DMachineDominanceFrontier.h39 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } function in class:llvm::MachineDominanceFrontier
H A DMachineLoopInfo.h100 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } function in class:llvm::MachineLoopInfo
H A DMachineDominators.h88 DomTreeT &getBase() { function in class:llvm::MachineDominatorTree
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DBaseSubobject.h43 const CXXRecordDecl *getBase() const { return Base; } function in class:clang::BaseSubobject
H A DVTTBuilder.h44 const CXXRecordDecl *getBase() const { function in class:clang::VTTVTable
H A DExprOpenMP.h81 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } function in class:clang::OMPArraySectionExpr
82 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } function in class:clang::OMPArraySectionExpr
H A DExprObjC.h580 const Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
581 Expr *getBase() { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
756 const Expr *getBase() const { function in class:clang::ObjCPropertyRefExpr
759 Expr *getBase() { function in class:clang::ObjCPropertyRefExpr
H A DExprCXX.h963 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); } function in class:clang::MSPropertySubscriptExpr
964 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); } function in class:clang::MSPropertySubscriptExpr
2522 Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::CXXPseudoDestructorExpr
3609 Expr *getBase() const { function in class:clang::final
3848 Expr *getBase() { function in class:clang::final
3852 const Expr *getBase() const { function in class:clang::final
H A DExpr.h2237 CXXBaseSpecifier *getBase() const { function in class:clang::final::OffsetOfNode
2505 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } function in class:clang::final::final::ArraySubscriptExpr
2506 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } function in class:clang::final::final::ArraySubscriptExpr
2913 Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::final::final::final
4998 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); } function in class:clang::final::final::DesignatedInitUpdateExpr
5542 const Expr *getBase() const { return cast<Expr>(Base); } function
5543 Expr *getBase() { return cast<Expr>(Base); } function
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h153 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } function in class:llvm::pdb::BaseClassLayout
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h56 DominatorTreeBase &getBase() { return DT; } function in class:clang::CFGDominatorTreeImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp208 const Value *getBase() const { return Base; } function in class:__anon5642::GuardWideningImpl::RangeCheck
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h166 ASTNode getBase() const { function in class:clang::tblgen::ASTNode
186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } function in class:clang::tblgen::DeclNode
208 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } function in class:clang::tblgen::TypeNode
230 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } function in class:clang::tblgen::StmtNode
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h316 const unsigned char *getBase() const { return Base; } function in class:llvm::OnDiskChainedHashTable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h273 const NamedDecl *getBase() const { return Base.getPointer(); } function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy

Completed in 257 milliseconds