HomeSort by relevance Sort by last modified time
    Searched refs:NameLoc (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
  /external/clang/include/clang/AST/
DeclarationName.h 438 SourceLocation NameLoc;
446 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
447 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
449 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
451 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
459 SourceLocation getLoc() const { return NameLoc; }
461 void setLoc(SourceLocation L) { NameLoc = L; }
531 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclarationName.h 443 SourceLocation NameLoc;
451 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
452 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
454 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
456 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
464 SourceLocation getLoc() const { return NameLoc; }
466 void setLoc(SourceLocation L) { NameLoc = L; }
536 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 910