Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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 DAttrSubjectMatchRules.h20 #define ATTR_MATCH_RULE(X, Spelling, IsAbstract) X, argument
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
H A DAttributeCommonInfo.h102 unsigned Spelling) in AttributeCommonInfo()
119 unsigned Spelling) in AttributeCommonInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTypeTraits.cpp19 #define TYPE_TRAIT_1(Spelling, Name, Key) #Name, argument
21 #define TYPE_TRAIT_2(Spelling, Name, Key) #Name, argument
23 #define TYPE_TRAIT_N(Spelling, Name, Key) #Name, argument
28 #define TYPE_TRAIT_1(Spelling, Name, Key) #Spelling, argument
30 #define TYPE_TRAIT_2(Spelling, Name, Key) #Spelling, argument
32 #define TYPE_TRAIT_N(Spelling, Name, Key) #Spelling, argument
37 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
42 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Spelling, argument
47 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
48 #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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp38 StringRef Spelling) { in createLeaf()
53 const auto *Spelling = tok::getPunctuatorSpelling(K); in createLeaf() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp106 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) "UETT_" #Name, in getBestGuess() argument
107 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) "UETT_" #Name, in getBestGuess() argument
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp44 std::string Spelling = std::string(Tag->getValueAsString("Spelling")); in EmitClangCommentHTMLTagsProperties() local
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp57 std::string Spelling = std::string(Tag.getValueAsString("Spelling")); in EmitClangCommentHTMLNamedCharacterReferences() local
H A DClangAttrEmitter.cpp57 explicit FlattenedSpelling(const Record &Spelling) in FlattenedSpelling()
79 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings() local
1441 llvm::SmallString<64> Spelling; in writePrettyPrintFunction() local
1554 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
1601 for (const auto &Spelling : in SpellingNamesAreCommon() local
1632 const std::string &Spelling = S.name(); in CreateSemanticSpellings() local
3090 for (const auto &Spelling : Spellings) { in GenerateHasAttrSpellingStringSwitch() local
3176 const std::map<std::string, std::vector<Record *>> &List) { in EmitClangAttrHasAttrImpl()
3956 std::string Spelling; in EmitClangAttrParsedAttrImpl() local
4073 std::string Spelling; in EmitClangAttrParsedAttrKinds() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp90 const char *Spelling; in AddTokenBefore() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.h85 const char *Spelling; variable
H A DCXString.cpp98 char *Spelling = static_cast<char *>(llvm::safe_malloc(String.size() + 1)); in createDup() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArg.h44 StringRef Spelling; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2551 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument
2556 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument
3647 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
3649 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
3652 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
3662 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in ArrayTypeTraitFromTokKind() argument
3673 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in ExpressionTraitFromTokKind() argument
3683 #define TYPE_TRAIT(N,Spelling,K) case tok::kw_##Spelling: return N; in TypeTraitArity() argument
H A DParseAST.cpp80 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
H A DParseTentative.cpp886 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
888 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp109 Arg *Option::acceptInternal(const ArgList &Args, StringRef Spelling, in acceptInternal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp22 const char * const Spelling; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp752 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in getParentAttrMatcherRule() argument
753 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument
765 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in isNegatedAttrMatcherSubRule() argument
766 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp127 static std::string disambiguateSpellingInScope(StringRef Spelling, in disambiguateSpellingInScope()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst719 Spelling section in Ownership qualification
764 .. _arc.ownership.spelling.property:
766 Property declarations

12