Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1359 TRY_TO(TraverseStmt(TL.getAttrColumnOperand()));
1365 TRY_TO(TraverseStmt(TL.getAttrColumnOperand()));
H A DTypeLoc.h1988 Expr *getAttrColumnOperand() const { return getLocalData()->ColumnOperand; } in getAttrColumnOperand() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp461 Record.AddStmt(TL.getAttrColumnOperand()); in VisitConstantMatrixTypeLoc()
471 Record.AddStmt(TL.getAttrColumnOperand()); in VisitDependentSizedMatrixTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5970 NewTL.setAttrColumnOperand(TL.getAttrColumnOperand()); in TransformConstantMatrixType()
5992 Expr *origColumns = TL.getAttrColumnOperand(); in TransformDependentSizedMatrixType()