Home
last modified time | relevance | path

Searched refs:ArraySubscript (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h520 class ArraySubscript final : public Tree {
522 ArraySubscript() : Tree(NodeKind::ArraySubscript) {} in ArraySubscript() function
H A DNodes.td258 def ArraySubscript : External<Tree> {}
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp398 syntax::Leaf *syntax::ArraySubscript::getLbracket() { in getLbracket()
402 syntax::Expression *syntax::ArraySubscript::getSize() { in getSize()
406 syntax::Leaf *syntax::ArraySubscript::getRbracket() { in getRbracket()
H A DSynthesis.cpp166 case syntax::NodeKind::ArraySubscript: in allocateTree()
167 return new (A.getAllocator()) syntax::ArraySubscript; in allocateTree()
H A DBuildTree.cpp1355 new (allocator()) syntax::ArraySubscript, L); in WalkUpFromArrayTypeLoc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h127 ArraySubscript, // ?A # operator[] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp266 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArraySubscript, in output()
H A DMicrosoftDemangle.cpp548 IFK::ArraySubscript, // ?A # operator[] in translateIntrinsicFunctionCode()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td403 def UndefinedArraySubscriptChecker : Checker<"ArraySubscript">,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5001 ArraySubscript = 0, in getPrivateItem() enumerator
5010 IsArrayExpr = ArraySubscript; in getPrivateItem()