Searched defs:CurType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2295 BuildVectorType(QualType CurType,Expr * SizeExpr,SourceLocation AttrLoc) BuildVectorType() argument 7992 HandleVectorSizeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleVectorSizeAttr() argument 8012 HandleExtVectorTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleExtVectorTypeAttr() argument 8098 HandleNeonVectorTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S,VectorKind VecKind) HandleNeonVectorTypeAttr() argument 8162 HandleArmSveVectorBitsTypeAttr(QualType & CurType,ParsedAttr & Attr,Sema & S) HandleArmSveVectorBitsTypeAttr() argument 8227 HandleArmMveStrictPolymorphismAttr(TypeProcessingState & State,QualType & CurType,ParsedAttr & Attr) HandleArmMveStrictPolymorphismAttr() argument 8246 HandleRISCVRVVVectorBitsTypeAttr(QualType & CurType,ParsedAttr & Attr,Sema & S) HandleRISCVRVVVectorBitsTypeAttr() argument 8316 HandleOpenCLAccessAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleOpenCLAccessAttr() argument 8372 HandleMatrixTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleMatrixTypeAttr() argument 8393 HandleAnnotateTypeAttr(TypeProcessingState & State,QualType & CurType,const ParsedAttr & PA) HandleAnnotateTypeAttr() argument 8421 HandleLifetimeBoundAttr(TypeProcessingState & State,QualType & CurType,ParsedAttr & Attr) HandleLifetimeBoundAttr() argument 8430 HandleHLSLParamModifierAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleHLSLParamModifierAttr() argument [all...] |
H A D | SemaTemplate.cpp | 3880 if (const Type *CurType = NNS->getAsType()) { getRangeOfTypeInNestedNameSpecifier() local
|
H A D | SemaOpenMP.cpp | 20755 QualType CurType = BaseE->getType().getNonReferenceType(); VisitMemberExpr() local 20829 QualType CurType = VisitArraySectionExpr() local [all...] |
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 1315 LLVMTypeRef CurType = TypeCloner(M).Clone(LLVMGlobalGetValueType(Cur)); declare_symbols() local
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 446 AsmTypeInfo CurType; global() member in __anon56d446ff0111::X86AsmParser::IntelExprStateMachine
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|