Home
last modified time | relevance | path

Searched defs:PrevSpec (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp486 BadSpecifier(T TNew,T TPrev,const char * & PrevSpec,unsigned & DiagID,bool IsExtension=true) BadSpecifier() argument
639 SetStorageClassSpec(Sema & S,SCS SC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetStorageClassSpec() argument
701 SetStorageClassSpecThread(TSCS TSC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetStorageClassSpecThread() argument
715 SetTypeSpecWidth(TypeSpecifierWidth W,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecWidth() argument
732 SetTypeSpecComplex(TSC C,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecComplex() argument
742 SetTypeSpecSign(TypeSpecifierSign S,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSign() argument
751 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
760 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
782 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Expr * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
804 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument
813 SetTypeSpecType(TST T,SourceLocation TagKwLoc,SourceLocation TagNameLoc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument
835 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TemplateIdAnnotation * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
845 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecType() argument
868 SetTypeSpecSat(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSat() argument
882 SetTypeAltiVecVector(bool isAltiVecVector,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecVector() argument
897 SetTypePipe(bool isPipe,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypePipe() argument
914 SetTypeAltiVecPixel(bool isAltiVecPixel,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecPixel() argument
931 SetTypeAltiVecBool(bool isAltiVecBool,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecBool() argument
956 SetBitIntType(SourceLocation KWLoc,Expr * BitsExpr,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetBitIntType() argument
976 SetTypeQual(TQ T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const LangOptions & Lang) SetTypeQual() argument
1007 setFunctionSpecInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecInline() argument
1021 setFunctionSpecForceInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecForceInline() argument
1034 setFunctionSpecVirtual(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecVirtual() argument
1049 setFunctionSpecExplicit(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ExplicitSpecifier ExplicitSpec,SourceLocation CloseParenLoc) setFunctionSpecExplicit() argument
1068 setFunctionSpecNoreturn(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecNoreturn() argument
1082 SetFriendSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetFriendSpec() argument
1100 setModulePrivateSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setModulePrivateSpec() argument
1113 SetConstexprSpec(ConstexprSpecKind ConstexprKind,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetConstexprSpec() argument
1487 SetSpecifier(Specifier VS,SourceLocation Loc,const char * & PrevSpec) SetSpecifier() argument
[all...]
H A DSemaDecl.cpp5629 const char *PrevSpec = nullptr; BuildAnonymousStructOrUnion() local
14350 const char *PrevSpec; ActOnCXXForRangeIdentifier() local
15415 const char* PrevSpec; // unused ActOnFinishKNRParamDeclarations() local
H A DSemaDeclCXX.cpp3550 const char *PrevSpec; ActOnCXXMemberDeclarator() local
3559 const char *PrevSpec; ActOnCXXMemberDeclarator() local
H A DSemaTemplate.cpp4822 LookupResult PrevSpec(*this, GetNameForDeclarator(D), LookupOrdinaryName, ActOnVarTemplateSpecialization() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2222 const char *PrevSpec; ParseDeclGroup() local
2864 const char *PrevSpec; ParseImplicitInt() local
3001 const char *PrevSpec; ParseImplicitInt() local
3351 const char *PrevSpec = nullptr; ParseDeclarationSpecifiers() local
5154 const char *PrevSpec = nullptr; ParseEnumSpecifier() local
6024 const char *PrevSpec = nullptr; ParseTypeQualifierListOpt() local
7899 const char *PrevSpec = nullptr; ParseTypeofSpecifier() local
7924 const char *PrevSpec = nullptr; ParseTypeofSpecifier() local
7962 const char *PrevSpec = nullptr; ParseAtomicSpecifier() local
8006 TryAltiVecTokenOutOfLine(DeclSpec & DS,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,bool & isInvalid) TryAltiVecTokenOutOfLine() argument
[all...]
H A DParseDeclCXX.cpp1159 const char *PrevSpec = nullptr; ParseDecltypeSpecifier() local
1233 const char *PrevSpec = nullptr; MaybeParseTypeTransformTypeSpecifier() local
1381 const char *PrevSpec = nullptr; ParseBaseTypeSpecifier() local
2167 const char *PrevSpec = nullptr; ParseClassSpecifier() local
2463 const char *PrevSpec = nullptr; ParseOptionalCXX11VirtSpecifierSeq() local
[all...]
H A DParseExprCXX.cpp1211 const char *PrevSpec = nullptr; addStaticToLambdaDeclSpecifier() local
1228 const char *PrevSpec = nullptr; addConstexprToLambdaDeclSpecifier() local
1242 const char *PrevSpec = nullptr; addConstevalToLambdaDeclSpecifier() local
2237 const char *PrevSpec; ParseCXXSimpleTypeSpecifier() local
[all...]
H A DParser.cpp1217 const char *PrevSpec = nullptr; ParseDeclOrFunctionDefInternal() local
1302 const char *PrevSpec; ParseFunctionDefinition() local
H A DParseExpr.cpp1239 const char *PrevSpec = nullptr; ParseCastExpression() local
1532 const char *PrevSpec = nullptr; ParseCastExpression() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h932 TryAltiVecToken(DeclSpec & DS,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,bool & isInvalid) TryAltiVecToken() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h704 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TypeResult Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
[all...]