Home
last modified time | relevance | path

Searched refs:ALoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h161 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, in OMPDefaultClause() argument
165 Kind(A), KindKwLoc(ALoc) { } in OMPDefaultClause()
/external/clang/lib/Analysis/
DLiveVariables.cpp590 SourceLocation ALoc = A->getLocStart(); in compare_vd_entries() local
592 return ALoc.getRawEncoding() < BLoc.getRawEncoding(); in compare_vd_entries()