Searched defs:TagName (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp119 namespace TagName { namespace
/external/clang/test/SemaCXX/
H A Dalias-template.cpp104 namespace TagName { namespace
108 template<typename Z> using V = struct V { int n; }; // expected-error {{'TagName::V' can not be defined in a type alias template}}
/external/clang/unittests/AST/
H A DCommentParser.cpp328 StringRef TagName) {
334 if (ActualTagName != TagName)
337 "expected \"" << TagName.str() << "\"";
347 StringRef TagName,
349 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
366 StringRef TagName,
368 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
387 StringRef TagName,
390 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName);
421 StringRef TagName) {
325 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName) argument
344 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName, SelfClosing) argument
363 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName, NoAttrs) argument
384 HasHTMLStartTagAt(const Comment *C, size_t Idx, HTMLStartTagComment *&HST, StringRef TagName, StringRef AttrName, StringRef AttrValue) argument
418 HasHTMLEndTagAt(const Comment *C, size_t Idx, HTMLEndTagComment *&HET, StringRef TagName) argument
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp474 StringRef TagName) {
475 return new (Allocator) HTMLStartTagComment(LocBegin, TagName);
493 StringRef TagName) {
495 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);
496 if (isHTMLEndTagForbidden(TagName)) {
498 << TagName << HET->getSourceRange();
506 if ((*I)->getTagName() == TagName) {
521 if (LastNotClosedTagName == TagName)
473 actOnHTMLStartTagStart(SourceLocation LocBegin, StringRef TagName) argument
491 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
/external/clang/include/clang/AST/
H A DComment.h367 StringRef TagName; member in class:clang::comments::HTMLTagComment
373 StringRef TagName,
377 TagName(TagName),
388 StringRef getTagName() const LLVM_READONLY { return TagName; }
393 L.getLocWithOffset(1 + TagName.size()));
440 StringRef TagName) :
442 LocBegin, LocBegin.getLocWithOffset(1 + TagName.size()),
443 TagName,
445 LocBegin.getLocWithOffset(1 + TagName
370 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
439 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) argument
494 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp2110 const char *TagName = 0, *FixitTagName = 0; local
2116 TagName="enum" ; FixitTagName = "enum " ; TagKind=tok::kw_enum ;break;
2118 TagName="union" ; FixitTagName = "union " ;TagKind=tok::kw_union ;break;
2120 TagName="struct"; FixitTagName = "struct ";TagKind=tok::kw_struct;break;
2122 TagName="__interface"; FixitTagName = "__interface ";
2125 TagName="class" ; FixitTagName = "class " ;TagKind=tok::kw_class ;break;
2128 if (TagName) {
2134 << TokenName << TagName << getLangOpts().CPlusPlus
2141 << TokenName << TagName; local
/external/clang/lib/Sema/
H A DSemaDecl.cpp531 const char *TagName = 0; local
535 TagName = "class";
540 TagName = "enum";
545 TagName = "struct";
550 TagName = "__interface";
555 TagName = "union";
561 << Name << TagName << SemaRef.getLangOpts().CPlusPlus
567 << Name << TagName; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1239 milliseconds