Searched defs:TypeRange (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() argument 669 SourceRange TypeRange, in CreateCStyleCast() argument 679 static InitializationKind CreateFunctionalCast(SourceRange TypeRange, in CreateFunctionalCast() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 510 StringRef TypeRange = R->getValueAsString("TypeRange"); createRVVIntrinsics() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1598 RangeSet TypeRange = infer(T); in getTrueRange() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3101 SourceRange TypeRange(Start, Tok.getLocation()); ParseAlignArgument() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 2659 SourceRange TypeRange BuildClassMessage() local
|
H A D | SemaExprCXX.cpp | 2008 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); BuildCXXNew() local [all...] |
H A D | SemaExpr.cpp | 16720 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange(); BuildBuiltinOffsetOf() local 21618 checkUnknownAnyCast(SourceRange TypeRange,QualType CastType,Expr * CastExpr,CastKind & CastKind,ExprValueKind & VK,CXXCastPath & Path) checkUnknownAnyCast() argument
|
H A D | SemaDeclAttr.cpp | 1580 attrNonNullArgCheck(Sema & S,QualType T,const ParsedAttr & AL,SourceRange AttrParmRange,SourceRange TypeRange,bool isReturnValue=false) attrNonNullArgCheck() argument
|
H A D | SemaDeclCXX.cpp | 17542 SourceRange TypeRange = TSInfo->getTypeLoc().getSourceRange(); CheckFriendTypeDecl() local
|
H A D | SemaChecking.cpp | 15065 SourceRange TypeRange = AnalyzeBitFieldAssignment() local
|