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

1 2

  /external/clang/tools/libclang/
CXSourceLocation.h 67 return SourceLocation::getFromRawEncoding(L.int_data);
71 return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data),
72 SourceLocation::getFromRawEncoding(R.end_int_data));
CXSourceLocation.cpp 213 SourceLocation::getFromRawEncoding(location.int_data);
224 SourceLocation::getFromRawEncoding(location.int_data);
244 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
287 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
328 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
366 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
Indexing.cpp     [all...]
CIndex.cpp     [all...]
IndexingContext.cpp 773 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data);
    [all...]
  /external/clang/include/clang/Sema/
Designator.h 81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc);
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
107 return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc);
109 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.LBracketLoc);
116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc);
118 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc);
123 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.EllipsisLoc);
DeclSpec.h     [all...]
Initialization.h 394 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
401 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
427 return SourceLocation::getFromRawEncoding(Capture.Location);
    [all...]
  /external/clang/include/clang/Lex/
Token.h 125 return SourceLocation::getFromRawEncoding(Loc);
140 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc);
  /external/clang/include/clang/AST/
DeclarationName.h 486 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc),
487 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc)
504 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
DependentDiagnostic.h 74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
TemplateBase.h 410 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc);
414 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc);
Expr.h     [all...]
DeclObjC.h 676 return SourceLocation::getFromRawEncoding(Brackets.Begin);
679 return SourceLocation::getFromRawEncoding(Brackets.End);
    [all...]
TypeLoc.h 786 return SourceLocation::getFromRawEncoding(getLocalData()->EnumOperandLoc);
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 144 /// This should only be passed to SourceLocation::getFromRawEncoding, it
152 static SourceLocation getFromRawEncoding(unsigned Encoding) {
172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
431 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
SourceManager.h 278 return SourceLocation::getFromRawEncoding(IncludeLoc);
318 return SourceLocation::getFromRawEncoding(SpellingLoc);
321 return SourceLocation::getFromRawEncoding(ExpansionLocStart);
325 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
336 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
341 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 566 return SourceLocation::getFromRawEncoding(raw);
571 return SourceLocation::getFromRawEncoding(raw);
NestedNameSpecifier.cpp 370 return SourceLocation::getFromRawEncoding(Raw);
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 319 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first);
TransProperties.cpp 134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 234 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
408 SourceLocation::getFromRawEncoding(D.getLocCookie());
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 337 return SourceLocation::getFromRawEncoding(Loc);
    [all...]
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 998 milliseconds

1 2