Home
last modified time | relevance | path

Searched defs:Spelling (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/include/clang/AST/
DOperationKinds.h29 #define BINARY_OPERATION(Name, Spelling) BO_##Name, argument
34 #define UNARY_OPERATION(Name, Spelling) UO_##Name, argument
/external/clang/include/clang/Basic/
DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
DIdentifierTable.h806 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp44 std::string Spelling = Tag->getValueAsString("Spelling"); in EmitClangCommentHTMLTagsProperties() local
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp58 std::string Spelling = Tag.getValueAsString("Spelling"); in EmitClangCommentHTMLNamedCharacterReferences() local
DClangAttrEmitter.cpp52 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling()
77 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings() local
1297 llvm::SmallString<64> Spelling; in writePrettyPrintFunction() local
1391 const FlattenedSpelling &Spelling) { in getSpellingListIndex()
1435 for (const auto &Spelling : in SpellingNamesAreCommon() local
1458 const std::string &Spelling = S.name(); in CreateSemanticSpellings() local
2255 for (const auto &Spelling : Spellings) { in GenerateHasAttrSpellingStringSwitch() local
3008 std::string Spelling; in EmitClangAttrParsedAttrKinds() local
3148 std::string Spelling = NormalizeNameForSpellingComparison(I->name()); in WriteDocumentation() local
/external/clang/lib/Parse/
DParseTentative.cpp745 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
747 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
1009 #define TYPE_TRAIT(N,Spelling,K) \ in isExpressionOrTypeSpecifierSimple() argument
DParseExprCXX.cpp2269 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument
2274 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument
2930 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
2932 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
2935 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument
2960 #define TYPE_TRAIT(N,Spelling,K) case tok::kw_##Spelling: return N; in TypeTraitArity() argument
DParseAST.cpp79 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
DParser.cpp159 const char *Spelling = nullptr; in ExpectAndConsume() local
/external/clang/lib/Rewrite/
DTokenRewriter.cpp89 const char *Spelling; in AddTokenBefore() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.h86 const char *Spelling; variable
DCXString.cpp100 char *Spelling = static_cast<char *>(malloc(String.size() + 1)); in createDup() local
/external/llvm/include/llvm/Option/
DArg.h44 StringRef Spelling; variable
/external/llvm/lib/Option/
DOption.cpp108 StringRef Spelling; in accept() local
/external/clang/docs/
DAutomaticReferenceCounting.rst719 Spelling section in Ownership qualification
764 .. _arc.ownership.spelling.property:
766 Property declarations
/external/clang/lib/Sema/
DSemaStmtAttr.cpp78 LoopHintAttr::Spelling Spelling; in handleLoopHintAttr() local
/external/clang/lib/Lex/
DPPExpressions.cpp263 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, in EvaluateValue() local
DPreprocessor.cpp862 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); in parseSimpleIntegerLiteral() local
DLexer.cpp232 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
2193 std::string Spelling = PP->getSpelling(Result, &Invalid); in SaveLineComment() local
/external/clang/lib/AST/
DDeclarationName.cpp180 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in print() argument
DStmtPrinter.cpp1803 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in VisitCXXOperatorCallExpr() argument
2287 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in getTypeTraitName() argument
2289 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in getTypeTraitName() argument
2291 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in getTypeTraitName() argument
DDeclPrinter.cpp1390 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in VisitOMPDeclareReductionDecl() argument
/external/clang/lib/Basic/
DIdentifierTable.cpp643 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() argument
/external/clang/tools/c-index-test/
Dc-index-test.c2393 CXString Spelling; in inspect_print_cursor() local
2498 CXString Spelling; in inspect_evaluate_cursor() local
2535 CXString Spelling; in inspect_macroinfo_cursor() local

12