Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DPropertiesBase.td476 def : Property<"hasBase", Bool> {
483 let Conditional = [{ hasBase && isTypeInfo }];
489 let Conditional = [{ hasBase && isTypeInfo }];
493 let Conditional = [{ hasBase && !isTypeInfo }];
497 let Conditional = [{ hasBase && !isTypeInfo }];
501 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
505 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];
520 if (hasBase) {
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DExprMutationAnalyzer.cpp402 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()
403 hasBase(implicitCastExpr( in findArrayElementMutation()
DUnsafeBufferUsage.cpp302 hasBase(ignoringParenImpCasts( in matcher()
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp290 REGISTER_MATCHER(hasBase); in RegistryMaps()
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DASTMatchers.h5456 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument