Searched defs:Spelling (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp44 std::string Spelling = std::string(Tag->getValueAsString("Spelling")); local
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp57 std::string Spelling = std::string(Tag.getValueAsString("Spelling")); local
H A DClangAttrEmitter.cpp62 explicit FlattenedSpelling(const Record &Spelling) argument
1588 llvm::SmallString<64> Spelling; local
1630 << " OS << \\"" << Prefix << Spelling << "\\";\\n"; local
1701 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, const FlattenedSpelling &Spelling) argument
1779 const std::string &Spelling = S.name(); local
2493 emitFormInitializer(raw_ostream &OS, const FlattenedSpelling &Spelling, StringRef SpellingIndex) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp90 const char *Spelling; local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp60 const auto *Spelling = tok::getPunctuatorSpelling(K); local
40 createLeaf(syntax::Arena &A, TokenBufferTokenManager &TBTM, tok::TokenKind K, StringRef Spelling) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp22 const char *const Spelling; member in struct:llvm::__anon2525::ModifierEntry
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp81 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); local
H A DParser.cpp145 const char *Spelling = nullptr; local
H A DParseDeclCXX.cpp4280 StringRef Spelling = PP.getSpelling(ExpansionLoc, ExpansionBuf); local
4310 StringRef Spelling = PP.getSpelling(SpellingLoc, SpellingBuf); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h44 StringRef Spelling; member in class:llvm::opt::Arg
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp110 acceptInternal(const ArgList &Args, StringRef Spelling, unsigned &Index) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp295 denormalizeSimpleFlag(ArgumentConsumer Consumer, const Twine &Spelling, Option::OptionClass, unsigned, ...) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp127 static std::string disambiguateSpellingInScope(StringRef Spelling, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h66 struct Spelling { struct in struct:clang::ParsedAttrInfo
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h89 std::string Spelling; member in struct:clang::extractapi::DeclarationFragments::Fragment
99 Fragment(StringRef Spelling, FragmentKind Kind, StringRef PreciseIdentifier, argument
119 DeclarationFragments &insert(FragmentIterator It, StringRef Spelling, argument
140 DeclarationFragments &append(StringRef Spelling, FragmentKind Kind, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp297 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, local
H A DPreprocessor.cpp518 SourceLocation Spelling = local
1386 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); local
H A DLexer.cpp2684 std::string Spelling = PP->getSpelling(Result, &Invalid); local
280 getSpellingSlow(const Token &Tok, const char *BufPtr, const LangOptions &LangOpts, char *Spelling) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp642 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1447 const char *Spelling = getTraitSpelling(Node->getKind()); local
1457 OS << Spelling; local
H A DJSONNodeDumper.cpp283 SourceLocation Spelling = SM.getSpellingLoc(Loc); local
H A DItaniumMangle.cpp5191 llvm::StringRef Spelling = getTraitSpelling(TTE->getTrait()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6212 const char *Spelling; member in struct:__anon2377::PrefixEntry
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7351 mergeHLSLParamModifierAttr(Decl *D, const AttributeCommonInfo &AL, HLSLParamModifierAttr::Spelling Spelling) argument

Completed in 423 milliseconds