Home
last modified time | relevance | path

Searched defs:CurType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2295 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 DSemaTemplate.cpp3880 if (const Type *CurType = NNS->getAsType()) { getRangeOfTypeInNestedNameSpecifier() local
H A DSemaOpenMP.cpp20755 QualType CurType = BaseE->getType().getNonReferenceType(); VisitMemberExpr() local
20829 QualType CurType = VisitArraySectionExpr() local
[all...]
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp1315 LLVMTypeRef CurType = TypeCloner(M).Clone(LLVMGlobalGetValueType(Cur)); declare_symbols() local
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp446 AsmTypeInfo CurType; global() member in __anon56d446ff0111::X86AsmParser::IntelExprStateMachine
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp