Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h774 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h40 ProgramPointTag(void *tagKind = nullptr) : TagKind(tagKind) {} in TagKind() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h223 enum class TagKind { Class, Struct, Union, Enum }; enum
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3074 tok::TokenKind TagKind = tok::unknown; in ParseImplicitInt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3683 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec); in ActOnTagTemplateIdType() local