HomeSort by relevance Sort by last modified time
    Searched refs:TypeRange (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Sema/
Initialization.h 503 static InitializationKind CreateCast(SourceRange TypeRange) {
504 return InitializationKind(IK_Direct, IC_StaticCast, TypeRange.getBegin(),
505 TypeRange.getBegin(), TypeRange.getEnd());
510 SourceRange TypeRange,
515 IC_CStyleCast, StartLoc, TypeRange.getBegin(),
516 TypeRange.getEnd());
520 static InitializationKind CreateFunctionalCast(SourceRange TypeRange,
523 IC_FunctionalCast, TypeRange.getBegin(),
524 TypeRange.getBegin(), TypeRange.getEnd())
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 233 milliseconds