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 380 SourceLocation KindKwLoc;
392 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
407 Kind(A), KindKwLoc(ALoc) {}
414 KindKwLoc(SourceLocation()) {}
425 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; }
450 SourceLocation KindKwLoc;
462 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
478 Kind(A), KindKwLoc(ALoc) {}
485 KindKwLoc(SourceLocation()) {}
496 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; }
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 89 milliseconds