Home
last modified time | relevance | path

Searched defs:hasBase (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp25 AST_MATCHER_P(CXXRecordDecl, hasBase, Matcher<QualType>, InnerMatcher) { in AST_MATCHER_P() argument
/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.h
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp69 bool hasBase() const { return Base != 0; } in hasBase() function in __anon7c7b1b820111::MOVEMState
H A DM68kISelDAGToDAG.cpp93 bool hasBase() const { in hasBase() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5718 AST_MATCHER_P(ArraySubscriptExpr,hasBase,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument