/netbsd-src/external/apache2/llvm/dist/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 | AttrSubjectMatchRules.h | 20 #define ATTR_MATCH_RULE(X, Spelling, IsAbstract) X, argument
|
H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
H A D | AttributeCommonInfo.h | 102 unsigned Spelling) in AttributeCommonInfo() 119 unsigned Spelling) in AttributeCommonInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | TypeTraits.cpp | 19 #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 D | ExpressionTraits.cpp | 19 #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 D | OperationKinds.h | 26 #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 D | Synthesis.cpp | 38 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 D | Marshallers.cpp | 106 #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 D | ClangCommentHTMLTagsEmitter.cpp | 44 std::string Spelling = std::string(Tag->getValueAsString("Spelling")); in EmitClangCommentHTMLTagsProperties() local
|
H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 57 std::string Spelling = std::string(Tag.getValueAsString("Spelling")); in EmitClangCommentHTMLNamedCharacterReferences() local
|
H A D | ClangAttrEmitter.cpp | 57 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 D | TokenRewriter.cpp | 90 const char *Spelling; in AddTokenBefore() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.h | 85 const char *Spelling; variable
|
H A D | CXString.cpp | 98 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 D | Arg.h | 44 StringRef Spelling; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 2551 #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 D | ParseAST.cpp | 80 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
|
H A D | ParseTentative.cpp | 886 #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 D | Option.cpp | 109 Arg *Option::acceptInternal(const ArgList &Args, StringRef Spelling, in acceptInternal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.cpp | 22 const char * const Spelling; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 752 #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 D | Lookup.cpp | 127 static std::string disambiguateSpellingInScope(StringRef Spelling, in disambiguateSpellingInScope()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 719 Spelling section in Ownership qualification 764 .. _arc.ownership.spelling.property: 766 Property declarations
|