Home
last modified time | relevance | path

Searched defs:TK (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h61 void setTraversalKind(TraversalKind TK) { Traversal = TK; } in setTraversalKind() argument
77 TraversalKind TK = TK_AsIs; variable
H A DASTNodeTraverser.h85 SetTraversalKind(TraversalKind TK) SetTraversalKind() argument
H A DFormatString.h290 TypeKind TK = TypeKind::DontCare; global() variable
H A DDecl.h3740 setTagKind(TagKind TK) setTagKind() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFObjectWriter.cpp82 auto TK = cast<CSKYMCExpr>(Expr)->getKind(); in getRelocType() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h319 getOpenCLTypeAddrSpace(OpenCLTypeKind TK) getOpenCLTypeAddrSpace() argument
/freebsd-src/sys/net80211/
H A Dieee80211_crypto_tkip.c594 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument
619 tkip_mixing_phase2(u8 * WEPSeed,const u8 * TK,const u16 * TTAK,u16 IV16) tkip_mixing_phase2() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp170 clang::TraversalKind TK, in DynTraversalMatcherImpl()
184 clang::TraversalKind TK; member in clang::ast_matchers::internal::__anon56faf6d60211::DynTraversalMatcherImpl
259 DynTypedMatcher DynTypedMatcher::withTraversalKind(TraversalKind TK) { in withTraversalKind()
H A DASTMatchFinder.cpp1587 std::optional<TraversalKind> TK; in addMatcher() local
1605 std::optional<TraversalKind> TK; in addMatcher() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp908 ClassTemplateSpecializationDecl(ASTContext & Context,Kind DK,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) ClassTemplateSpecializationDecl() argument
928 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) Create() argument
1094 ClassTemplatePartialSpecializationDecl(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,const ASTTemplateArgumentListInfo * ArgInfos,ClassTemplatePartialSpecializationDecl * PrevDecl) ClassTemplatePartialSpecializationDecl() argument
1115 Create(ASTContext & Context,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,TemplateParameterList * Params,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,const TemplateArgumentListInfo & ArgInfos,QualType CanonInjectedType,ClassTemplatePartialSpecializationDecl * PrevDecl) Create() argument
H A DParentMapContext.cpp126 getParents(TraversalKind TK,const DynTypedNode & Node) getParents() argument
H A DDecl.cpp3236 TemplatedKind TK = getTemplatedKind(); isImmediateEscalating() local
4643 TagDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,TagDecl * PrevDecl,SourceLocation StartL) TagDecl() argument
4936 RecordDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) RecordDecl() argument
4959 Create(const ASTContext & C,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) Create() argument
[all...]
H A DDeclCXX.cpp123 CXXRecordDecl(Kind K,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,CXXRecordDecl * PrevDecl) CXXRecordDecl() argument
131 Create(const ASTContext & C,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,CXXRecordDecl * PrevDecl,bool DelayTypeCreation) Create() argument
H A DMicrosoftMangle.cpp2997 mangleArtificialTagType(TagTypeKind TK,StringRef UnqualifiedName,ArrayRef<StringRef> NestedNames) mangleArtificialTagType() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp82 tok::TokenKind TK) { in findPreviousTokenKind() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h817 internal::Matcher<T> traverse(TraversalKind TK, in traverse() argument
827 traverse(TraversalKind TK, const internal::BindableMatcher<T> &InnerMatcher) { in traverse() argument
837 traverse(TraversalKind TK, in traverse() argument
847 traverse(TraversalKind TK, const internal::ArgumentAdaptingMatcherFuncAdaptor< in traverse() argument
858 traverse(TraversalKind TK, in traverse() argument
868 traverse(TraversalKind TK,const internal::MapAnyOfHelper<T...> & InnerMatcher) traverse() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h320 revertIdentifierToTokenID(tok::TokenKind TK) revertIdentifierToTokenID() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2656 bool Document::expectToken(int TK) { in expectToken()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1889 AsmToken::TokenKind TK = getLexer().getKind(); ParseIntelExpression() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2054 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; getExtOps() local