Searched defs:TypeRange (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h623 static InitializationKind CreateCast(SourceRange TypeRange) { argument
640 static InitializationKind CreateFunctionalCast(SourceRange TypeRange, argument
629 CreateCStyleCast(SourceLocation StartLoc, SourceRange TypeRange, bool InitList) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2644 SourceRange TypeRange local
H A DSemaDeclAttr.cpp1486 << AL << AttrParmRange << TypeRange; local
1489 << AL << AttrParmRange << TypeRange << 0; local
1479 attrNonNullArgCheck(Sema &S, QualType T, const ParsedAttr &AL, SourceRange AttrParmRange, SourceRange TypeRange, bool isReturnValue = false) argument
H A DSemaChecking.cpp10966 SourceRange TypeRange = local
10969 << SignedEnum << TypeRange; local
H A DSemaExpr.cpp14747 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); local
18911 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, argument

Completed in 310 milliseconds