Searched refs:Spelling (Results 26 - 50 of 53) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp106 return cxstring::createRef(Spelling);
385 D.Spelling = TopDiags->copyString(Message);
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1115 CXString Spelling = clang_getCursorSpelling(Cursor); local
1117 const char *CSpelling = clang_getCString(Spelling);
1121 clang_disposeString(Spelling);
1127 CXString Spelling = clang_getCursorSpelling(Cursor); local
1129 const char *CSpelling = clang_getCString(Spelling);
1137 clang_disposeString(Spelling);
2916 CXString Spelling; local
2923 Spelling = clang_getCursorSpelling(Cursor);
2924 cspell = clang_getCString(Spelling);
2927 printf(" Spelling
3030 CXString Spelling; local
3067 CXString Spelling; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2551 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
2556 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
3647 #define TYPE_TRAIT_1(Spelling, Name, Key) \
3648 case tok::kw_ ## Spelling: return UTT_ ## Name;
3649 #define TYPE_TRAIT_2(Spelling, Name, Key) \
3650 case tok::kw_ ## Spelling: return BTT_ ## Name;
3652 #define TYPE_TRAIT_N(Spelling, Name, Key) \
3653 case tok::kw_ ## Spelling: return TT_ ## Name;
3662 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \
3663 case tok::kw_##Spelling
[all...]
H A DParser.cpp138 const char *Spelling = nullptr; local
140 Spelling = tok::getPunctuatorSpelling(ExpectedTok);
143 Spelling
144 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
H A DParseTentative.cpp886 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \
888 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly)
H A DParseDeclCXX.cpp4016 StringRef Spelling = PP.getSpelling(ExpansionLoc, ExpansionBuf); local
4017 if (Spelling == "__clang__") {
4046 StringRef Spelling = PP.getSpelling(SpellingLoc, SpellingBuf); local
4047 if (isLetter(Spelling[0])) {
4049 return &PP.getIdentifierTable().get(Spelling);
H A DParseExpr.cpp1697 #define TYPE_TRAIT(N,Spelling,K) \
1698 case tok::kw_##Spelling:
H A DParseOpenMP.cpp1538 auto SkipBraces = [&](llvm::StringRef Spelling, bool IssueNote) {
1541 if (T.expectAndConsume(diag::err_expected_lparen_after, Spelling.data()))
H A DParsePragma.cpp1325 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp177 const char *Spelling,
180 Args.push_back(Spelling);
218 return [Value](SmallVectorImpl<const char *> &Args, const char *Spelling,
222 Args.push_back(Spelling);
227 const char *Spelling,
235 Args.push_back(Spelling);
240 Args.push_back(SA(Twine(Spelling) + Value));
250 denormalizeString(SmallVectorImpl<const char *> &Args, const char *Spelling,
253 denormalizeStringImpl(Args, Spelling, SA, OptClass, TableIndex, Twine(Value));
295 const char *Spelling,
176 denormalizeSimpleFlag(SmallVectorImpl<const char *> &Args, const char *Spelling, CompilerInvocation::StringAllocator, Option::OptionClass, unsigned, ...) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp514 std::string Spelling = A->getAsString(Args); local
515 if (findNearest(Spelling, Nearest) > 1)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp736 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
737 case OO_##Name: return Spelling;
H A DSourceManager.cpp649 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, argument
655 ExpansionInfo::createForTokenSplit(Spelling, TokenStart, TokenEnd),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp512 SourceLocation Spelling = local
514 return SM.createTokenSplitLoc(Spelling, Loc, Loc.getLocWithOffset(Length));
1366 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); local
1369 NumericLiteralParser Literal(Spelling, Tok.getLocation(), getSourceManager(),
H A DLexer.cpp268 // Token Spelling
274 const LangOptions &LangOpts, char *Spelling) {
284 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
287 if (Spelling[Length - 1] == '"')
295 Spelling[Length - 2] == 'R' && Spelling[Length - 1] == '"') {
303 memcpy(Spelling + Length, BufPtr, RawLength);
313 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
2425 std::string Spelling = PP->getSpelling(Result, &Invalid); local
2429 assert(Spelling[
273 getSpellingSlow(const Token &Tok, const char *BufPtr, const LangOptions &LangOpts, char *Spelling) argument
[all...]
H A DPPExpressions.cpp293 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, local
298 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp752 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract)
753 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \
765 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract)
766 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \
H A DSemaCodeComplete.cpp3209 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \
3211 OperatorName = "operator" Spelling; \
3213 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly)
6232 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \
6234 Results.AddResult(Result(Spelling));
H A DSemaType.cpp1251 static OpenCLAccessAttr::Spelling
1255 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling());
1707 llvm_unreachable("Spelling not yet calculated"); \
8527 MSInheritanceAttr::Spelling(IM)));
H A DTreeTransform.h11345 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
11347 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp250 SourceLocation Spelling = SM.getSpellingLoc(Loc); local
253 if (Expansion != Spelling) {
256 JOS.attributeObject("spellingLoc", [Spelling, this] {
257 writeBareSourceLocation(Spelling, /*IsSpelling*/ true);
267 writeBareSourceLocation(Spelling, /*IsSpelling*/ true);
H A DStmtPrinter.cpp1264 const char *Spelling = getTraitSpelling(Node->getKind()); local
1267 Spelling = "alignof";
1269 Spelling = "_Alignof";
1271 Spelling = "__alignof";
1274 OS << Spelling; local
H A DExpr.cpp1270 #define UNARY_OPERATION(Name, Spelling) case UO_##Name: return Spelling;
1999 #define BINARY_OPERATION(Name, Spelling) case BO_##Name: return Spelling;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h65 struct Spelling { struct in struct:clang::ParsedAttrInfo
69 ArrayRef<Spelling> Spellings;
625 /// have a semantic Spelling enumeration (due to having semantically-distinct
628 /// a Spelling enumeration, the value UINT_MAX is returned.
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h276 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) .Case(#Name, UETT_##Name)
277 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) \

Completed in 634 milliseconds

123