Home
last modified time | relevance | path

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

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