Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1220 TRY_TO(TraverseStmt(TL.getAttrColumnOperand()));
1226 TRY_TO(TraverseStmt(TL.getAttrColumnOperand()));
H A DTypeLoc.h1852 Expr *getAttrColumnOperand() const { return getLocalData()->ColumnOperand; } in getAttrColumnOperand() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp299 Record.AddStmt(TL.getAttrColumnOperand()); in VisitConstantMatrixTypeLoc()
309 Record.AddStmt(TL.getAttrColumnOperand()); in VisitDependentSizedMatrixTypeLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5387 NewTL.setAttrColumnOperand(TL.getAttrColumnOperand()); in TransformConstantMatrixType()
5409 Expr *origColumns = TL.getAttrColumnOperand(); in TransformDependentSizedMatrixType()