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

  /external/clang/include/clang/AST/
OpenMPClause.h 524 SourceLocation KindKwLoc;
536 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
551 Kind(A), KindKwLoc(ALoc) {}
558 KindKwLoc(SourceLocation()) {}
569 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; }
596 SourceLocation KindKwLoc;
608 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
624 Kind(A), KindKwLoc(ALoc) {}
631 KindKwLoc(SourceLocation()) {}
642 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; }
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 896 milliseconds