Searched defs:CurType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2748 BuildVectorType(QualType CurType,Expr * SizeExpr,SourceLocation AttrLoc) BuildVectorType() argument 8348 HandleVectorSizeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleVectorSizeAttr() argument 8368 HandleExtVectorTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleExtVectorTypeAttr() argument 8454 HandleNeonVectorTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S,VectorKind VecKind) HandleNeonVectorTypeAttr() argument 8522 HandleArmSveVectorBitsTypeAttr(QualType & CurType,ParsedAttr & Attr,Sema & S) HandleArmSveVectorBitsTypeAttr() argument 8587 HandleArmMveStrictPolymorphismAttr(TypeProcessingState & State,QualType & CurType,ParsedAttr & Attr) HandleArmMveStrictPolymorphismAttr() argument 8606 HandleRISCVRVVVectorBitsTypeAttr(QualType & CurType,ParsedAttr & Attr,Sema & S) HandleRISCVRVVVectorBitsTypeAttr() argument 8676 HandleOpenCLAccessAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleOpenCLAccessAttr() argument 8732 HandleMatrixTypeAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleMatrixTypeAttr() argument 8753 HandleAnnotateTypeAttr(TypeProcessingState & State,QualType & CurType,const ParsedAttr & PA) HandleAnnotateTypeAttr() argument 8781 HandleLifetimeBoundAttr(TypeProcessingState & State,QualType & CurType,ParsedAttr & Attr) HandleLifetimeBoundAttr() argument 8790 HandleHLSLParamModifierAttr(QualType & CurType,const ParsedAttr & Attr,Sema & S) HandleHLSLParamModifierAttr() argument [all...] |
H A D | SemaTemplate.cpp | 3331 if (const Type *CurType = NNS->getAsType()) { getRangeOfTypeInNestedNameSpecifier() local
|
H A D | SemaOpenMP.cpp | 21449 QualType CurType = BaseE->getType().getNonReferenceType(); VisitMemberExpr() local 21523 QualType CurType = VisitOMPArraySectionExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 444 AsmTypeInfo CurType; global() member in __anon16065c7e0111::X86AsmParser::IntelExprStateMachine
|