Searched defs:TagDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2563 AST_POLYMORPHIC_MATCHER(isDefinition, AST_POLYMORPHIC_SUPPORTED_TYPES_3( TagDecl, VarDecl, FunctionDecl)) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2539 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); local
2578 Actions.ActOnTagDefinitionError(getCurScope(), TagDecl); local
2486 ParseCXXMemberSpecification(SourceLocation RecordLoc, SourceLocation AttrFixitLoc, ParsedAttributesWithRange &Attrs, unsigned TagType, Decl *TagDecl) argument
2588 Actions.ActOnStartCXXMemberDeclarations(getCurScope(), TagDecl, FinalLoc, local
2700 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, local
2728 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, local
[all...]
H A DParseDecl.cpp3356 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); local
3390 Decl *TagDecl; member in struct:CFieldCallback
3393 CFieldCallback(Parser &P, Decl *TagDecl, argument
3345 ParseStructUnionBody(SourceLocation RecordLoc, unsigned TagType, Decl *TagDecl) argument
3425 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), local
3453 RecordLoc, TagDecl, FieldDecls, local
3457 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, local
3758 Decl *TagDecl = Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp5853 ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, SourceLocation RBrac, AttributeList *AttrList) argument

Completed in 249 milliseconds