HomeSort by relevance Sort by last modified time
    Searched defs:CommaLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 482 SourceLocation CommaLoc;
501 CommaLoc = ConsumeAnyToken();
512 Kind, Type, Val.get(), Loc, T.getOpenLocation(), KLoc, CommaLoc,
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 522 SourceLocation CommaLoc;
545 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; }
559 /// \param CommaLoc Location of ','.
565 SourceLocation KLoc, SourceLocation CommaLoc,
569 Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) {}
588 SourceLocation getCommaLoc() { return CommaLoc; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 521 milliseconds