Home
last modified time | relevance | path

Searched defs:CONCRETE_NODE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h33 #define CONCRETE_NODE(Kind, Base) Kind, macro
578 #define CONCRETE_NODE(Kind, Base) \ macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp15 #define CONCRETE_NODE(Kind, Parent) \ in operator <<() macro