HomeSort by relevance Sort by last modified time
    Searched refs:getFromRawEncoding (Results 1 - 25 of 29) 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 203 SourceLocation::getFromRawEncoding(location.int_data);
223 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
266 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
305 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
343 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
Indexing.cpp     [all...]
CIndex.cpp     [all...]
IndexingContext.cpp 772 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 384 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
391 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
412 return SourceLocation::getFromRawEncoding(Capture.Location);
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 484 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc),
485 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc)
502 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
DependentDiagnostic.h 74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
TemplateBase.h 395 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc);
399 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc);
Expr.h     [all...]
TypeLoc.h 746 return SourceLocation::getFromRawEncoding(getLocalData()->EnumOperandLoc);
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 143 /// This should only be passed to SourceLocation::getFromRawEncoding, it
151 static SourceLocation getFromRawEncoding(unsigned Encoding) {
171 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
431 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
SourceManager.h 271 return SourceLocation::getFromRawEncoding(IncludeLoc);
311 return SourceLocation::getFromRawEncoding(SpellingLoc);
314 return SourceLocation::getFromRawEncoding(ExpansionLocStart);
318 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
329 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
334 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
    [all...]
  /external/clang/include/clang/Lex/
Token.h 125 return SourceLocation::getFromRawEncoding(UintData);
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
153 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
TransGCAttrs.cpp 323 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first);
  /external/clang/lib/AST/
DeclarationName.cpp 555 return SourceLocation::getFromRawEncoding(raw);
560 return SourceLocation::getFromRawEncoding(raw);
NestedNameSpecifier.cpp 334 return SourceLocation::getFromRawEncoding(Raw);
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 201 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 458 milliseconds

1 2