Home
last modified time | relevance | path

Searched defs:Spelling (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeTraits.h22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name, argument
25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1 argument
28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name, argument
31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1 argument
34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, argument
37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 argument
43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, argument
46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 argument
52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument
53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument
[all …]
H A DExpressionTraits.h22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name, argument
25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1 argument
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTypeTraits.cpp20 #define TYPE_TRAIT_1(Spelling, Name, Key) #Name, argument
22 #define TYPE_TRAIT_2(Spelling, Name, Key) #Name, argument
24 #define TYPE_TRAIT_N(Spelling, Name, Key) #Name, argument
29 #define TYPE_TRAIT_1(Spelling, Name, Key) #Spelling, argument
31 #define TYPE_TRAIT_2(Spelling, Name, Key) #Spelling, argument
33 #define TYPE_TRAIT_N(Spelling, Name, Key) #Spelling, argument
38 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Spelling, argument
48 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
49 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
[all …]
H A DExpressionTraits.cpp19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name, argument
24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling, argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.h26 #define BINARY_OPERATION(Name, Spelling) BO_##Name, argument
31 #define UNARY_OPERATION(Name, Spelling) UO_##Name, argument
H A DOpenACCClause.h702 OpenACCCopyClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyClause()
732 OpenACCCopyInClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyInClause()
764 OpenACCCopyOutClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyOutClause()
796 OpenACCCreateClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCreateClause()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp155 #define BINARY_OPERATION(Name, Spelling) {Spelling, BO_##Name}, in operationKindFromOverloadedOperator() argument
159 #define UNARY_OPERATION(Name, Spelling) {Spelling, UO_##Name}, in operationKindFromOverloadedOperator() argument
164 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in operationKindFromOverloadedOperator() argument
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp42 tok::TokenKind K, StringRef Spelling) { in createLeaf()
60 const auto *Spelling = tok::getPunctuatorSpelling(K); in createLeaf() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp103 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) "UETT_" #Name, in getBestGuess() argument
104 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) "UETT_" #Name, in getBestGuess() argument
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp90 const char *Spelling; in AddTokenBefore() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp245 const Record *Builtin, Twine Spelling, BuiltinType BT) { in EmitBuiltinDef()
325 for (StringRef Spelling : Builtin->getValueAsListOfStrings("Spellings")) { in EmitBuiltin() local
H A DClangAttrEmitter.cpp62 explicit FlattenedSpelling(const Record &Spelling) in FlattenedSpelling()
86 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings() local
1600 llvm::SmallString<64> Spelling; in writePrettyPrintFunction() local
1714 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
1761 for (const auto &Spelling : llvm::drop_begin(Spellings)) { in SpellingNamesAreCommon() local
1791 const std::string &Spelling = S.name(); in CreateSemanticSpellings() local
2658 const FlattenedSpelling &Spelling, in emitFormInitializer()
3695 for (const auto &Spelling : GetFlattenedSpellings(*TargetSpelling)) { in GenerateHasAttrSpellingStringSwitch() local
3801 &List) { in EmitClangAttrHasAttrImpl()
4693 std::string Spelling; in EmitClangAttrParsedAttrImpl() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h44 StringRef Spelling; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1607 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in IsBuiltinTrait() argument
1610 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in IsBuiltinTrait() argument
1613 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in IsBuiltinTrait() argument
1616 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in IsBuiltinTrait() argument
1619 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in IsBuiltinTrait() argument
1622 #define TRANSFORM_TYPE_TRAIT_DEF(K, Spelling) \ in IsBuiltinTrait() argument
H A DPreprocessor.cpp522 SourceLocation Spelling = in SplitToken() local
1395 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); in parseSimpleIntegerLiteral() local
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp109 acceptInternal(const ArgList & Args,StringRef Spelling,unsigned & Index) const acceptInternal() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp21 const char *const Spelling; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp453 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in ConsumeOperator() argument
457 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in ConsumeOperator() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp260 OpenACCCopyClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
270 OpenACCCopyInClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
281 OpenACCCopyOutClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
292 OpenACCCreateClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp81 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
H A DParseExprCXX.cpp2765 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument
2770 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument
3893 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
3895 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
3898 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
3908 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in ArrayTypeTraitFromTokKind() argument
3919 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in ExpressionTraitFromTokKind() argument
H A DParseTentative.cpp971 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
973 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp872 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in getParentAttrMatcherRule() argument
873 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument
885 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in isNegatedAttrMatcherSubRule() argument
886 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h89 std::string Spelling; member

12