Searched refs:Spelling (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTypeTraits.cpp19 #define TYPE_TRAIT_1(Spelling, Name, Key) #Name,
21 #define TYPE_TRAIT_2(Spelling, Name, Key) #Name,
23 #define TYPE_TRAIT_N(Spelling, Name, Key) #Name,
28 #define TYPE_TRAIT_1(Spelling, Name, Key) #Spelling,
30 #define TYPE_TRAIT_2(Spelling, Name, Key) #Spelling,
32 #define TYPE_TRAIT_N(Spelling, Name, Key) #Spelling,
37 #define ARRAY_TYPE_TRAIT(Spelling, Nam
[all...]
H A DExpressionTraits.cpp19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name,
24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeTraits.h22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name,
25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1
28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name,
31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1
34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name,
37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1
43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name,
46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1
52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name,
53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Nam
[all...]
H A DExpressionTraits.h22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name,
25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1
H A DAttrSubjectMatchRules.h20 #define ATTR_MATCH_RULE(X, Spelling, IsAbstract) X,
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
H A DAttributeCommonInfo.h102 unsigned Spelling)
105 SpellingIndex(Spelling) {}
119 unsigned Spelling)
121 AttrKind(K), SyntaxUsed(SyntaxUsed), SpellingIndex(Spelling) {}
168 "Spelling cannot be found");
99 AttributeCommonInfo(const IdentifierInfo *AttrName, const IdentifierInfo *ScopeName, SourceRange AttrRange, SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed, unsigned Spelling) argument
118 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed, unsigned Spelling) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h26 #define BINARY_OPERATION(Name, Spelling) BO_##Name,
31 #define UNARY_OPERATION(Name, Spelling) UO_##Name,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArg.h44 StringRef Spelling; member in class:llvm::opt::Arg
67 Arg(const Option Opt, StringRef Spelling, unsigned Index,
69 Arg(const Option Opt, StringRef Spelling, unsigned Index,
71 Arg(const Option Opt, StringRef Spelling, unsigned Index,
85 StringRef getSpelling() const { return Spelling; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp109 Arg *Option::acceptInternal(const ArgList &Args, StringRef Spelling, argument
111 size_t ArgSize = Spelling.size();
116 return new Arg(*this, Spelling, Index++);
120 return new Arg(*this, Spelling, Index++, Value);
125 Arg *A = new Arg(*this, Spelling, Index++);
161 return new Arg(*this, Spelling, Index - 2, Args.getArgString(Index - 1));
172 Arg *A = new Arg(*this, Spelling, Index - 1 - getNumArgs(),
183 return new Arg(*this, Spelling, Index++, Value);
192 return new Arg(*this, Spelling, Index - 2, Args.getArgString(Index - 1));
201 return new Arg(*this, Spelling, Inde
[all...]
H A DArg.cpp22 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false),
27 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false),
34 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp127 static std::string disambiguateSpellingInScope(StringRef Spelling, argument
132 assert(QName.endswith(Spelling));
133 if (Spelling.startswith("::"))
134 return std::string(Spelling);
136 auto UnspelledSpecifier = QName.drop_back(Spelling.size());
151 // Lookup the first component of Spelling in all enclosing namespaces
173 std::string Disambiguated = std::string(Spelling);
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp57 std::string Spelling = std::string(Tag.getValueAsString("Spelling")); local
69 StringMatcher::StringPair Match(Spelling, std::string(CLiteral.str()));
H A DClangCommentHTMLTagsEmitter.cpp26 Matches.emplace_back(std::string(Tag->getValueAsString("Spelling")),
44 std::string Spelling = std::string(Tag->getValueAsString("Spelling")); local
45 StringMatcher::StringPair Match(Spelling, "return true;");
H A DClangAttrEmitter.cpp57 explicit FlattenedSpelling(const Record &Spelling) argument
58 : V(std::string(Spelling.getValueAsString("Variety"))),
59 N(std::string(Spelling.getValueAsString("Name"))) {
63 NS = std::string(Spelling.getValueAsString("Namespace"));
79 for (const auto &Spelling : Spellings) {
80 StringRef Variety = Spelling->getValueAsString("Variety");
81 StringRef Name = Spelling->getValueAsString("Name");
85 if (Spelling->getValueAsBit("AllowInC"))
90 if (Spelling->getValueAsBit("AllowInC"))
93 Ret.push_back(FlattenedSpelling(*Spelling));
1441 llvm::SmallString<64> Spelling; local
1480 << " OS << \\"" << Prefix << Spelling << "\\";\\n"; local
1553 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, const FlattenedSpelling &Spelling) argument
1632 const std::string &Spelling = S.name(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXString.cpp98 char *Spelling = static_cast<char *>(llvm::safe_malloc(String.size() + 1)); local
99 memmove(Spelling, String.data(), String.size());
100 Spelling[String.size()] = 0;
101 Result.data = Spelling;
H A DCXLoadedDiagnostic.h85 const char *Spelling; member in class:clang::CXLoadedDiagnostic
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DBuildTree.h29 /// Create `Leaf` from token with `Spelling` and assert it has the desired
32 StringRef Spelling);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp90 const char *Spelling; local
91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp38 StringRef Spelling) {
40 FactoryImpl::lexBuffer(A, llvm::MemoryBuffer::getMemBufferCopy(Spelling))
53 const auto *Spelling = tok::getPunctuatorSpelling(K); local
54 if (!Spelling)
55 Spelling = tok::getKeywordSpelling(K);
56 assert(Spelling &&
58 return createLeaf(A, K, Spelling);
37 createLeaf(syntax::Arena &A, tok::TokenKind K, StringRef Spelling) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp80 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); local
85 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
/netbsd-current/external/apache2/llvm/dist/clang/examples/Attribute/
H A DAttribute.cpp32 static constexpr Spelling S[] = {{ParsedAttr::AS_GNU, "example"},
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp22 const char * const Spelling; member in struct:llvm::__anon2356::ModifierEntry
204 return Modifier->Spelling;
212 return Mod.Spelling == Name;
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp106 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) "UETT_" #Name,
107 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) "UETT_" #Name,
/netbsd-current/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp159 static constexpr Spelling S[] = {

Completed in 511 milliseconds

123