HomeSort by relevance Sort by last modified time
    Searched refs:getFromRawEncoding (Results 1 - 25 of 27) 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));
CXCursor.cpp 467 SourceLocation::getFromRawEncoding(
484 SourceLocation::getFromRawEncoding(
504 SourceLocation::getFromRawEncoding(
520 SourceLocation::getFromRawEncoding(
537 SourceLocation::getFromRawEncoding(
555 SourceLocation::getFromRawEncoding(
572 SourceLocation::getFromRawEncoding(
599 SourceRange Range = SourceRange(SourceLocation::getFromRawEncoding(
601 SourceLocation::getFromRawEncoding(
653 SourceLocation::getFromRawEncoding(
    [all...]
Indexing.cpp 459 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
469 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
CIndex.cpp     [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 303 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
310 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 467 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc),
468 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.EndOpNameLoc)
485 getFromRawEncoding(LocInfo.CXXLiteralOperatorName.OpNameLoc);
DependentDiagnostic.h 74 return SourceLocation::getFromRawEncoding(AccessData.Loc);
TemplateBase.h 409 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc);
413 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc);
Expr.h     [all...]
TypeLoc.h 687 return SourceLocation::getFromRawEncoding(getLocalData()->EnumOperandLoc);
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 139 /// to SourceLocation::getFromRawEncoding, it should not be inspected
143 /// getFromRawEncoding - Turn a raw encoding of a SourceLocation object into
145 static SourceLocation getFromRawEncoding(unsigned Encoding) {
164 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
417 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
SourceManager.h 234 return SourceLocation::getFromRawEncoding(IncludeLoc);
275 return SourceLocation::getFromRawEncoding(SpellingLoc);
278 return SourceLocation::getFromRawEncoding(ExpansionLocStart);
282 SourceLocation::getFromRawEncoding(ExpansionLocEnd);
293 SourceLocation::getFromRawEncoding(ExpansionLocEnd).isInvalid();
    [all...]
  /external/clang/include/clang/Index/
ASTLocation.h 116 return NamedRef(NDRef.ND, SourceLocation::getFromRawEncoding(NDRef.RawLoc));
  /external/clang/include/clang/Lex/
Token.h 130 return SourceLocation::getFromRawEncoding(UintData);
  /external/clang/lib/AST/
DeclarationName.cpp 599 return SourceLocation::getFromRawEncoding(raw);
604 return SourceLocation::getFromRawEncoding(raw);
NestedNameSpecifier.cpp 333 return SourceLocation::getFromRawEncoding(Raw);
Expr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 126 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
147 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 156 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 275 milliseconds

1 2