Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp314 enum class VariadicType { None, Src, Dst }; global() enum
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp3101 TEST(SignatureHelpTest,VariadicType) TEST() argument