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 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/AST/
DeclarationName.h 485 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc),
486 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc)
503 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
DependentDiagnostic.h 74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
TemplateBase.h 408 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc);
412 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc);
Expr.h     [all...]
TypeLoc.h 749 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 286 return SourceLocation::getFromRawEncoding(IncludeLoc);
326 return SourceLocation::getFromRawEncoding(SpellingLoc);
329 return SourceLocation::getFromRawEncoding(ExpansionLocStart);
333 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
344 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
349 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isValid();
    [all...]
  /external/clang/include/clang/Lex/
Token.h 127 return SourceLocation::getFromRawEncoding(UintData);
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 130 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
148 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
TransGCAttrs.cpp 321 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first);
  /external/clang/lib/AST/
DeclarationName.cpp 566 return SourceLocation::getFromRawEncoding(raw);
571 return SourceLocation::getFromRawEncoding(raw);
NestedNameSpecifier.cpp 336 return SourceLocation::getFromRawEncoding(Raw);
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 217 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
387 SourceLocation::getFromRawEncoding(D.getLocCookie());
  /external/clang/include/clang/Serialization/
ASTWriter.h 311 return SourceLocation::getFromRawEncoding(Loc);
ASTReader.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 216 milliseconds

1 2