Home
last modified time | relevance | path

Searched refs:Replaceable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3598 SourceLocation Replaceable; in ParseCXXMemberSpecification() local
3617 if (Replaceable.isValid()) { in ParseCXXMemberSpecification()
3621 << /*replaceable*/ 1 << Replaceable; in ParseCXXMemberSpecification()
3623 ParseCXX2CReplaceableSpecifier(Replaceable); in ParseCXXMemberSpecification()
3665 TriviallyRelocatable.isValid() || Replaceable.isValid()) && in ParseCXXMemberSpecification()
3740 TriviallyRelocatable, Replaceable, T.getOpenLocation()); in ParseCXXMemberSpecification()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp2192 << T << diag::TraitName::Replaceable; in DiagnoseNonReplaceableReason()
H A DSemaDecl.cpp18533 SourceLocation Replaceable, SourceLocation LBraceLoc) { in ActOnStartCXXMemberDeclarations() argument
18556 if (Replaceable.isValid()) in ActOnStartCXXMemberDeclarations()
18557 Record->addAttr(ReplaceableAttr::Create(Context, Replaceable)); in ActOnStartCXXMemberDeclarations()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt2024 tcg-tr-category 14 : tcg-tr-cat-componentFieldReplaceable : Component Field Replaceable Trait C…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1917 def Replaceable : InheritableAttr {
H A DDiagnosticSemaKinds.td1772 "%Replaceable{replaceable}|"
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4350 SourceLocation Replaceable,