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

12

/netbsd-current/external/apache2/llvm/dist/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.cpp57 explicit FlattenedSpelling(const Record &Spelling) argument
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/lib/Frontend/
H A DCompilerInvocation.cpp176 denormalizeSimpleFlag(SmallVectorImpl<const char *> &Args, const char *Spelling, CompilerInvocation::StringAllocator, Option::OptionClass, unsigned, ...) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp90 const char *Spelling; local
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.h85 const char *Spelling; member in class:clang::CXLoadedDiagnostic
H A DCXString.cpp98 char *Spelling = static_cast<char *>(llvm::safe_malloc(String.size() + 1)); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp53 const auto *Spelling = tok::getPunctuatorSpelling(K); local
37 createLeaf(syntax::Arena &A, tok::TokenKind K, StringRef Spelling) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArg.h44 StringRef Spelling; member in class:llvm::opt::Arg
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp109 Arg *Option::acceptInternal(const ArgList &Args, StringRef Spelling, argument
[all...]
H A DOptTable.cpp514 std::string Spelling = A->getAsString(Args); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp80 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); local
H A DParser.cpp138 const char *Spelling = nullptr; local
H A DParseDeclCXX.cpp4016 StringRef Spelling = PP.getSpelling(ExpansionLoc, ExpansionBuf); local
4046 StringRef Spelling = PP.getSpelling(SpellingLoc, SpellingBuf); local
/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
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp127 static std::string disambiguateSpellingInScope(StringRef Spelling, argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h99 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/lib/Lex/
H A DPPExpressions.cpp293 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, local
H A DPreprocessor.cpp512 SourceLocation Spelling = local
1366 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); local
H A DLexer.cpp2425 std::string Spelling = PP->getSpelling(Result, &Invalid); local
273 getSpellingSlow(const Token &Tok, const char *BufPtr, const LangOptions &LangOpts, char *Spelling) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h65 struct Spelling { struct in struct:clang::ParsedAttrInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp649 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1264 const char *Spelling = getTraitSpelling(Node->getKind()); local
1274 OS << Spelling; local
H A DJSONNodeDumper.cpp250 SourceLocation Spelling = SM.getSpellingLoc(Loc); local
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1115 CXString Spelling = clang_getCursorSpelling(Cursor); local
1127 CXString Spelling = clang_getCursorSpelling(Cursor); local
2916 CXString Spelling; local
3030 CXString Spelling; local
3067 CXString Spelling; local
[all...]

Completed in 421 milliseconds

12