Home
last modified time | relevance | path

Searched refs:getAttrColumnOperand (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1295 TRY_TO(TraverseStmt(TL.getAttrColumnOperand()));
1301 TRY_TO(TraverseStmt(TL.getAttrColumnOperand()));
H A DTypeLoc.h1891 Expr *getAttrColumnOperand() const { return getLocalData()->ColumnOperand; } in getAttrColumnOperand() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp396 Record.AddStmt(TL.getAttrColumnOperand()); in VisitConstantMatrixTypeLoc()
406 Record.AddStmt(TL.getAttrColumnOperand()); in VisitDependentSizedMatrixTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5645 NewTL.setAttrColumnOperand(TL.getAttrColumnOperand()); in TransformConstantMatrixType()
5667 Expr *origColumns = TL.getAttrColumnOperand(); in TransformDependentSizedMatrixType()