Home
last modified time | relevance | path

Searched defs:DISPATCH (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttrVisitor.h28 #define DISPATCH(NAME) \ macro
H A DTemplateArgumentVisitor.h28 #define DISPATCH(NAME) \ macro
H A DTypeVisitor.h20 #define DISPATCH(CLASS) \ macro
H A DDeclVisitor.h35 #define DISPATCH(NAME, CLASS) \ macro
H A DTypeLocVisitor.h20 #define DISPATCH(CLASSNAME) \ macro
H A DStmtVisitor.h41 #define DISPATCH(NAME, CLASS) \ macro
H A DOpenMPClause.h9431 #define DISPATCH(CLASS) \ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h31 DISPATCH, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2002 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro