Home
last modified time | relevance | path

Searched refs:ArraySectionTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def326 PLACEHOLDER_TYPE(ArraySection, ArraySectionTy)
HDASTContext.h1158 CanQualType ArraySectionTy; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenACC.cpp1616 QualType ArrayExprTy = Context.ArraySectionTy; in ActOnArraySectionExpr()
HDSemaOpenMP.cpp23428 Base, LowerBound, Length, Stride, Context.ArraySectionTy, VK_LValue, in ActOnOMPArraySectionExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1354 InitBuiltinType(ArraySectionTy, BuiltinType::ArraySection); in InitBuiltinTypes()
1361 InitBuiltinType(ArraySectionTy, BuiltinType::ArraySection); in InitBuiltinTypes()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7410 T = Context.ArraySectionTy; in GetType()