HomeSort by relevance Sort by last modified time
    Searched refs:ALoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtOpenMP.h 156 /// \param ALoc Starting location of the argument.
161 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc,
165 Kind(A), KindKwLoc(ALoc) { }
  /external/clang/lib/Analysis/
LiveVariables.cpp 590 SourceLocation ALoc = A->getLocStart();
592 return ALoc.getRawEncoding() < BLoc.getRawEncoding();

Completed in 2798 milliseconds