HomeSort by: relevance | last modified time | path
    Searched defs:MotionModifiersLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 6442 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers];
6475 assert(llvm::array_lengthof(MotionModifiersLoc) ==
6478 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc));
6509 MotionModifiersLoc[I] = TLoc;
6540 /// \param MotionModifiersLoc Location of motion-modifiers.
6552 ArrayRef<SourceLocation> MotionModifiersLoc,
6583 return MotionModifiersLoc[Cnt];
6593 return llvm::makeArrayRef(MotionModifiersLoc);
6644 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers];
6677 assert(llvm::array_lengthof(MotionModifiersLoc) =
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3344 SmallVector<SourceLocation, NumberOfOMPMotionModifiers> MotionModifiersLoc;

Completed in 35 milliseconds