Home
last modified time | relevance | path

Searched defs:Qualifiers (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp210 struct Qualifiers { struct
224 X = &Qualifiers::C; // expected-error-re {{assigning to 'void (Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}}' from incompatible type 'void (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}} const': different qualifiers (unqualified vs 'const')}} in QualifierTest() argument
[all...]
/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2530 mangleType(const BuiltinType * T,Qualifiers,SourceRange Range) mangleType() argument
2753 mangleType(const FunctionProtoType * T,Qualifiers,SourceRange) mangleType() argument
2767 mangleType(const FunctionNoProtoType * T,Qualifiers,SourceRange) mangleType() argument
3085 mangleType(const UnresolvedUsingType * T,Qualifiers,SourceRange Range) mangleType() argument
3117 mangleType(const EnumType * T,Qualifiers,SourceRange) mangleType() argument
3121 mangleType(const RecordType * T,Qualifiers,SourceRange) mangleType() argument
3160 mangleType(const ConstantArrayType * T,Qualifiers,SourceRange) mangleType() argument
3164 mangleType(const VariableArrayType * T,Qualifiers,SourceRange) mangleType() argument
3169 mangleType(const DependentSizedArrayType * T,Qualifiers,SourceRange) mangleType() argument
3173 mangleType(const IncompleteArrayType * T,Qualifiers,SourceRange) mangleType() argument
3218 mangleType(const ArrayParameterType * T,Qualifiers,SourceRange) mangleType() argument
3242 mangleType(const TemplateTypeParmType * T,Qualifiers,SourceRange Range) mangleType() argument
3251 mangleType(const SubstTemplateTypeParmPackType * T,Qualifiers,SourceRange Range) mangleType() argument
3318 mangleType(const ComplexType * T,Qualifiers,SourceRange Range) mangleType() argument
3406 mangleType(const DependentVectorType * T,Qualifiers,SourceRange Range) mangleType() argument
3415 mangleType(const DependentSizedExtVectorType * T,Qualifiers,SourceRange Range) mangleType() argument
3441 mangleType(const DependentAddressSpaceType * T,Qualifiers,SourceRange Range) mangleType() argument
3449 mangleType(const ObjCInterfaceType * T,Qualifiers,SourceRange) mangleType() argument
3510 mangleType(const InjectedClassNameType *,Qualifiers,SourceRange) mangleType() argument
3515 mangleType(const TemplateSpecializationType * T,Qualifiers,SourceRange Range) mangleType() argument
3523 mangleType(const DependentNameType * T,Qualifiers,SourceRange Range) mangleType() argument
3533 mangleType(const DependentTemplateSpecializationType * T,Qualifiers,SourceRange Range) mangleType() argument
3542 mangleType(const PackExpansionType * T,Qualifiers,SourceRange Range) mangleType() argument
3557 mangleType(const TypeOfType * T,Qualifiers,SourceRange Range) mangleType() argument
3566 mangleType(const TypeOfExprType * T,Qualifiers,SourceRange Range) mangleType() argument
3575 mangleType(const DecltypeType * T,Qualifiers,SourceRange Range) mangleType() argument
3585 mangleType(const UnaryTransformType * T,Qualifiers,SourceRange Range) mangleType() argument
3593 mangleType(const AutoType * T,Qualifiers,SourceRange Range) mangleType() argument
3605 mangleType(const DeducedTemplateSpecializationType * T,Qualifiers,SourceRange Range) mangleType() argument
3615 mangleType(const AtomicType * T,Qualifiers,SourceRange Range) mangleType() argument
3629 mangleType(const PipeType * T,Qualifiers,SourceRange Range) mangleType() argument
3669 mangleType(const BitIntType * T,Qualifiers,SourceRange Range) mangleType() argument
3685 mangleType(const DependentBitIntType * T,Qualifiers,SourceRange Range) mangleType() argument
[all...]
/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp157 const std::vector<tok::TokenKind> &Qualifiers) { in isConfiguredQualifier() argument
584 prepareLeftRightOrderingForQualifierAlignmentFixer(const std::vector<std::string> & Order,std::vector<std::string> & LeftOrder,std::vector<std::string> & RightOrder,std::vector<tok::TokenKind> & Qualifiers) prepareLeftRightOrderingForQualifierAlignmentFixer() argument
621 isConfiguredQualifierOrType(const FormatToken * Tok,const std::vector<tok::TokenKind> & Qualifiers,const LangOptions & LangOpts) isConfiguredQualifierOrType() argument
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixerContext.cpp20 llvm::SmallVector<llvm::StringRef, 8> Qualifiers; in SplitQualifiers() local
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp473 SmallVector<StringRef> Qualifiers; format() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFindSymbolsTests.cpp836 TEST(DocumentSymbols, Qualifiers) { in TEST() argument
H A DCodeCompleteTests.cpp447 TEST(CompletionTest,Qualifiers) TEST() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h33 enum Qualifiers : uint8_t { enum
H A DItaniumDemangle.h399 enum Qualifiers { global() enum
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp126 Qualifiers = 64, ///< The mix involves change in the qualifiers. enumerator
/llvm-project/clang/include/clang/Parse/
H A DParser.h3901 unsigned Qualifiers = AQ_unspecified; global() variable
/llvm-project/clang/unittests/Format/
H A DFormatTest.cpp17780 verifyQualifierSpaces(Code,Pointers,Qualifiers) TEST_F() argument
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h400 enum Qualifiers { global() enum
[all...]
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1471 SmallVector<NestedNameSpecifierLoc, 4> Qualifiers; VisitNestedNameSpecifierLoc() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11398 const QualifiedTemplateName *Qualifiers = CheckDeductionGuideDeclarator() local
[all...]
H A DTreeTransform.h4385 SmallVector<NestedNameSpecifierLoc, 4> Qualifiers; TransformNestedNameSpecifierLoc() local
[all...]