Searched defs:ALoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h398 /// \param ALoc Starting location of the argument.
403 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, argument
407 Kind(A), KindKwLoc(ALoc) {}
469 /// \param ALoc Starting location of the argument.
474 OMPProcBindClause(OpenMPProcBindClauseKind A, SourceLocation ALoc, argument
478 Kind(A), KindKwLoc(ALoc) {}

Completed in 76 milliseconds