/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeTraits.h | 22 #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 D | ExpressionTraits.h | 22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name, argument 25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1 argument
|
H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TypeTraits.cpp | 20 #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 D | ExpressionTraits.cpp | 19 #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 D | OperationKinds.h | 26 #define BINARY_OPERATION(Name, Spelling) BO_##Name, argument 31 #define UNARY_OPERATION(Name, Spelling) UO_##Name, argument
|
H A D | OpenACCClause.h | 702 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 D | CheckerHelpers.cpp | 155 #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 D | Synthesis.cpp | 42 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 D | Marshallers.cpp | 103 #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 D | TokenRewriter.cpp | 90 const char *Spelling; in AddTokenBefore() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangBuiltinsEmitter.cpp | 245 const Record *Builtin, Twine Spelling, BuiltinType BT) { in EmitBuiltinDef() 325 for (StringRef Spelling : Builtin->getValueAsListOfStrings("Spellings")) { in EmitBuiltin() local
|
H A D | ClangAttrEmitter.cpp | 62 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 D | Arg.h | 44 StringRef Spelling; variable
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1607 #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 D | Preprocessor.cpp | 522 SourceLocation Spelling = in SplitToken() local 1395 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); in parseSimpleIntegerLiteral() local
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | Option.cpp | 109 acceptInternal(const ArgList & Args,StringRef Spelling,unsigned & Index) const acceptInternal() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.cpp | 21 const char *const Spelling; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 453 #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 D | OpenACCClause.cpp | 260 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 D | ParseAST.cpp | 81 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
|
H A D | ParseExprCXX.cpp | 2765 #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 D | ParseTentative.cpp | 971 #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 D | SemaAttr.cpp | 872 #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 D | DeclarationFragments.h | 89 std::string Spelling; member
|