Home
last modified time | relevance | path

Searched defs:TagKind (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h650 ProgramPointTag(void *tagKind = 0) : TagKind(tagKind) {} in TagKind() function
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp2103 tok::TokenKind TagKind = tok::unknown; in ParseImplicitInt() local
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2486 typedef TagTypeKind TagKind; typedef
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp2194 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTagTemplateIdType() local