Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h515 class ArraySubscript final : public Tree {
517 ArraySubscript() : Tree(NodeKind::ArraySubscript) {} in ArraySubscript() function
H A DNodes.td258 def ArraySubscript : External<Tree> {}
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def30 WARNING_GADGET(ArraySubscript)
/freebsd/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.cpp173 case syntax::NodeKind::ArraySubscript: in allocateTree()
174 return new (A.getAllocator()) syntax::ArraySubscript; in allocateTree()
H A DBuildTree.cpp1360 new (allocator()) syntax::ArraySubscript, L); in WalkUpFromArrayTypeLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h126 ArraySubscript, // ?A # operator[] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp264 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArraySubscript, in output()
H A DMicrosoftDemangle.cpp575 IFK::ArraySubscript, // ?A # operator[] in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp515 : WarningGadget(Kind::ArraySubscript), in ArraySubscriptGadget()
519 return G->getKind() == Kind::ArraySubscript; in classof()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td417 def UndefinedArraySubscriptChecker : Checker<"ArraySubscript">,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5391 ArraySubscript = 0, in getPrivateItem() enumerator
5400 IsArrayExpr = ArraySubscript; in getPrivateItem()